yackle / CLImageEditor

MIT License
2.22k stars 574 forks source link

UIAlertView deprecated in iOS 9, 10 #175

Closed cliffjoyce closed 7 years ago

cliffjoyce commented 7 years ago

It would be great if CLImageEditorViewController could test for the availability of UIAlertViewController and use that API instead of the deprecated UIAlertView. This is noticeable in apps targeting iOS 9.0+.

Thanks so much for this great library.

yackle commented 7 years ago

Thank you for your advice. In above commit, UIAlertView replaced with UIAlertController.

cliffjoyce commented 7 years ago

Thank you!