Top "Uialertcontroller" questions

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

How to change UIAlertController button text colour in iOS9?

The question is similar to iOS 8 UIActivityViewController and UIAlertController button text color uses window's tintColor but in iOS 9. I have …

ios objective-c uialertcontroller
Cancel Button in UIAlertController with UIAlertControllerStyle.ActionSheet

I want to add a separated cancel button to my UIAlert. I know how to do it with UIActionSheet but …

ios swift xcode uialertcontroller uialertaction
UIAlertController Not Working with Swift 3.0

I have the following alert method. static func notifyUser(_ title: String, message: String) -> Void { let alert = UIAlertController(title: …

ios swift swift3 uialertcontroller
UIAlertController is Crashed (iPad)

I am using Xcode 6 to develop an iOS Application. When I used UIAlertController, it can be worked well on iPhone 6 …

ios ipad uipopovercontroller uialertcontroller uialertsheet
Add image to alert view

I have an alert view that pops up when the user press the add button. How do i add an …

ios swift uiimage uialertview uialertcontroller
How to show UIAlertController from Appdelegate

I'm working with PushNotification on iOS app. I would like to show a UIalertcontroller when the app receive a notification. …

ios objective-c iphone swift3 uialertcontroller
Display UIAlertController from UIView/NSObject class

I have working iOS application In order to support iOS8, I am replacing UIAlertView/UIActionSheet with UIAlertController. Problem : For display …

objective-c uialertview ios8 uiactionsheet uialertcontroller
Prevent UIAlertController to dismiss

I would like to prevent the UIAlertController from dismissing. I have a UIAlertAction that simply appends a string into the …

ios uialertcontroller
UIAlertController change font color

Here's my code that creates the UIAlertController // Create the alert controller var alertController = UIAlertController(title: "Are you sure you want …

swift ios8 uialertcontroller