Top "Uialertcontroller" questions

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

Check on UIAlertController TextField for enabling the button

I have an AlertController with a text field and two button: CANCEL and SAVE. This is the code: @IBAction func …

ios swift alert uialertcontroller
Adding an image to a UIAlertController

This is my alert that works perfectly. I want to add an image to the alert that shows up along …

ios swift uialertcontroller
How to use UITextView in UIAlertController

I created a popup alert using alert controller and added two alert actions(ok and cancel) as below. UIAlertController * alert= […

ios objective-c uialertcontroller
UIAlertController tint color defaults to blue on highlight

I'm use the following code to present a UIAlertController action sheet with the item text as red. I've used the …

ios objective-c ios9 uialertcontroller
UIAlertController if iOS 8, otherwise UIAlertView

I want to conform to the UIAlertController used in iOS 8 since UIAlertView is now deprecated. Is there a way that …

ios uialertview ios8 uialertcontroller
UIAlertController handle dismiss upon click outside (IPad)

Previous to iOS8 we used the UIActionSheet for showing alert and now we need to use the UIAlertController. When we …

ios ipad ios8 uiactionsheet uialertcontroller
Attempt to present UIAlertController on View Controller which is already presenting (null) [Swift]

I have an alert view that I am trying to present on a photo view. The photos are displayed in …

ios swift uialertview uialertcontroller
How to hide title/message frame in a UIAlertController?

When using a UIAlertController, if I want to present a UIActionSheet with an empty title and an empty message, the …

ios swift uialertcontroller
Change Action sheet popover arrow in iOS8

i'm using UIAlertController . But on iPad with iOS 8, actionSheet show with popover arrow. Any ideas to hide that arrow? Here …

ipad ios8 uipopovercontroller uiactionsheet uialertcontroller