Top "Uialertview" questions

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

Is there a way to dismiss an no button UIalertView after some time?

UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"tittle" message:@"" delegate:self cancelButtonTitle:@"" otherButtonTitles:nil]; [alertView show]; [alertView release]; i want to dimiss …

ios objective-c uialertview dismiss
Get the top ViewController in iOS Swift

I want to implement a separate ErrorHandler class, which displays error messages on certain events. The behavior of this class …

swift uialertview viewcontroller uiwindow
Keyboard pops up after UIAlertView is dismissed on iOS 8.3 for iPad

With the latest iOS 8.3 release, our app starts to have a weird behavior. After finishing textfield editing, the user can …

ios ipad uialertview ios8.3
Attempting to Modify Object Outside of Write Transaction

So I have no idea why I am getting this error. The error message is as follows: * Terminating app due …

ios uialertview realm
change position of cancel button in UIAlertView?

I noticed that when I delete an app from my iPhone home screen, the alert view that appears shows a …

iphone ios ios4 uialertview hig
UIAlertController won't display - In Swift

I have created a ContactUsViewController. In this controller the user will select a option from a pickerView and then type …

ios swift uialertview mfmailcomposeviewcontroller uialertcontroller
How to remove Enter Password and Cancel button from Touch ID alert view

I got stuck that don't want Enter Password in the Alert of thumb impression [context evaluatePolicy:LAPolicyDeviceOwnerAuthenticationWithBiometrics localizedReason:NSLocalizedString(@"UNLOCK_…

ios uialertview lacontext
Align message in UIAlertView to left in iOS 7

I want to left align message in UIAlertView to left in iOS7, i am able to do that in iOS 5.…

iphone ios objective-c cordova uialertview
UIActivityIndicatorView not displaying in UIAlertView - iOS7

I need to UIActivityIndicatorView in UIAlertView when loading. But UIActivityIndicatorView is not displaying when I add this with UIActivityIndicatorView not …

objective-c ios6 ios7 uialertview uiactivityindicatorview
UIAlertView: UIAlertViewStyleSecureTextInput: Numeric keyboard

I'm currently using this UIAlertView to do a login popup, UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Restricted" message:@"Please Enter Code …

ios uialertview