With the latest iOS 8.3 release, our app starts to have a weird behavior.
After finishing textfield editing, the user can click the close button which brings up an
If anyone struggles with this, I hope this will help:
if (NSClassFromString(@"UIAlertController")) { UIAlertController* alert = ... } else { UIAlertView* alert = ... }