Top "Uialertcontroller" questions

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

How do I handle the actions of a UIAlertController?

How can I link UIAlertController alert action buttons with action handlers using objective-c? I'm using Xcode 7.1. Here is my code: …

ios objective-c uialertcontroller
Present UIAlertController from AppDelegate

I'm trying to present a UIAlertController from the AppDelegate in my iOS app. Below is the alert and the present …

ios objective-c appdelegate uialertcontroller
how to add button in UIAlertController In IOS 9

how we use UIAlertView in iOS 9 and how to add button in UIAlertController UIAlertController * alert=[UIAlertController alertControllerWithTitle:@"Title" message:@"Message"…

ios objective-c iphone uialertcontroller
change UIAlertcontroller background Color

Ok so I have this alert that I am using and I want the background of it to be black …

ios objective-c swift uialertcontroller
UIAlertController text alignment

Is there a way to change the alignment of the message displayed inside a UIAlertController on iOS 8? I believe accessing …

ios ios8 uialertcontroller
"Please wait" dialog in iOS8

I used to have a "Please wait" dialog in my app for long time. It was quite simple thing using …

alert ios8 uiactivityindicatorview uialertcontroller
How to change UIAlertController height?

I created an UIAlertController let alertC = UIAlertController(title: "Title", message: "Message", preferredStyle: UIAlertControllerStyle.Alert) alertC.addTextFieldWithConfigurationHandler(addTextField) alertC.addAction(UIAlertAction(…

swift height uialertcontroller
UIActionSheet from Popover with iOS8 GM

Anyone is getting this message while trying to show UIActionSheet from popover? Your application has presented a UIAlertController () of style …

ios ios8 uipopovercontroller uiactionsheet uialertcontroller
Prevent dismissal of UIAlertController

I am adding a UITextField to a UIAlertController, which appears as an AlertView. Before dismissing the UIAlertController, I want to …

swift uialertcontroller
UIAlertAction change color

How can one change the color of a UIAlertAction button, that has been added to an UIAlertController?

ios uialertcontroller