Top "Uialertcontroller" questions

An iOS class, for displaying alerts and popup style selectors.

Showing a UIPickerView with UIActionSheet in iOS8 not working

Showing a UIPickerView with UIActionSheet in iOS8 not working The code works in iOS7, however it is not working in …

ios uipickerview uiactionsheet uialertcontroller actionsheetpicker
How to display activity indicator in center of UIAlertController?

I currently have a UIAlertController being displayed on the screen. The view of the alert should only display 2 elements, a …

ios swift uiview uiactivityindicatorview uialertcontroller
How to add text input in alertview of ios 8?

I want to add text input in alert-view of ios 8. I know it was done using UIAlertController but not have …

ios objective-c uialertcontroller
How to add textField in UIAlertController?

I want to realize a function about changing password. It requires users to input their previous password in an alert …

ios objective-c uitextfield uialertcontroller
Swift Displaying Alerts best practices

I have various controllers in my app that all require validation, and when validation fails, I want to display an …

ios xcode uialertcontroller
Customize UIAlertController in iOS 8 to include standard elements like UITableView

I am used to customize UIAlertViews through the [alert setValue:someView forKey:@"accessoryView"] method. This creates customizable content for UIAlertViews …

customization ios8 uialertview uialertcontroller
How to change the background color of the UIAlertController?

Due to strange behavior of UIActionSheet in iOS 8, I have implemented UIAlertController with UIAction as buttons in it. I would …

ios objective-c uiactionsheet uialertcontroller
Alternative to UIAlertView for iOS 9?

UAlertView is deprecated in iOS 9 and later. What would be an alternative? UIAlertView *new = [[UIAlertView alloc] initWithTitle:@"Success" message:@"Your …

ios objective-c ios9 uialertview uialertcontroller
Presenting a view controller modally from an action sheet's delegate in iOS8 - iOS11

So I noticed that in iOS8 beta 3 (Update: still happens in iOS 11.2) on iPad, when attempting to present a view …

ios uikit uiactionsheet uialertcontroller
Access input from UIAlertController

I've got a UIAlertController which is prompted to the user when they choose "Enter Password" on the TouchID screen. How …

swift ios8 uialertcontroller