apache / cordova-plugin-dialogs

Apache Cordova Dialogs Plugin
https://cordova.apache.org/
Apache License 2.0
288 stars 351 forks source link

Use UIAlertController instead of UIAlertView on iOS #119

Closed brodybits closed 4 years ago

brodybits commented 5 years ago

since UIAlertView is deprecated

found a possible solution in: https://stackoverflow.com/questions/32690086/uialertview-first-deprecated-ios-9

jcesarmobile commented 5 years ago

The plugin already uses UIAlertController, but for iOS 8 and newer, we can safely remove the old code that uses UIAlertView as iOS 7 and older are not supported, but probably needs a major release.