Top "Uialertview" questions

UIAlertView, a class contained in Apple's UIKit framework, was used to display an alert to the user.

UIAlertController showing with delay

I'm experiencing a problem with UIAlertController on my app now migrated to iOS8 with Date Picker inside. Below is the …

objective-c xcode swift uialertview uialertcontroller
How to add a UIActivityIndicatorView in UIAlertView using ios7?

I am trying to figure out how to create dialogs with progress indicator on ios7. In my old (works on …

uialertview uiactivityindicatorview ios7
Subclassing UIAlertController

With pre-iOS 8 we had to use the UIAlertView and UIActionSheet Which we weren't allowed to mess with the view hierarchy …

objective-c uialertview uiactionsheet uialertcontroller
ResignFirstResponder doesn't dismiss the keyboard (iPhone)

I've searched through this site that I couldn't find a solution to the problem I'm facing now. Hope someone can …

iphone keyboard uitextfield uialertview dismiss
iOS: Custom permission alert view text

Anyway to custom permission alert view like: Contacts, Photo Album, Push Notifications... before they get access, they will pop up …

ios uialertview
UIAlertView Causes Crash in iOS SDK 6.0

I recently submitted an app to App Store that has not been accepted yet. Meanwhile, I downloaded Xcode 4.5 and tested …

iphone objective-c uialertview ios6
Click on UIAlertView crashes app if view is dismissed

A UIAlertView is displayed if an error occurs. But in the meantime the view on which the UIAlertView were called …

iphone cocoa-touch uiviewcontroller uialertview dismiss
Keyboard will appeared automatically in ios 8.3 while displaying alertview or alertcontroller

I have updated Xcode 6.3 and ios8.3 check my code. then it gives me weird result. here is first screen of …

uialertview ios8.3
iOS: CLLocationManager's didEnterRegion not called

I have successfully managed to register a region or monitoring, I know this because the didStartMonitoringForRegion method was fired. I …

ios objective-c uialertview cllocationmanager cllocation
Rotating a UIAlertView

I've created a custom UIAlertView (by subclassing it and messing around with its show function) that has some custom subviews …

iphone ios uialertview device-orientation