nudj / nudj-ios

Nudj - iOS App (Archive)
0 stars 0 forks source link

Migrate UIAlertView to UIAlertController #17

Closed richardbuckle closed 8 years ago

richardbuckle commented 8 years ago

UIAlertView is deprecated in iOS 8 and later. Migrate to UIAlertController instead.

richardbuckle commented 8 years ago

Done