Top "Uialertcontroller" questions

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

How to change font size and color of UIAlertAction in UIAlertController

In the image above how to change the font size and color of "Done", "Some Other action"? and how to …

ios iphone uialertcontroller uialertaction
Error showing a UIAlertView in swift

Im trying to show a UIAlertView in my swift App alert = UIAlertView(title: "", message: "bla", delegate: self, cancelButtonTitle: "OK") alert!.…

uialertview swift uialertcontroller
How to add Progress bar to UIAlertController?

I want to add progress bar in swift iOS 8 UIAlertController. Is this possible? Is there any way to subclass UIAlertController …

ios swift progress-bar uialertcontroller
iOS UIAlertController bold button changed in 8.3

UIAlertController with two buttons with styles set: UIAlertActionStyle.Cancel UIAlertActionStyle.Default in iOS 8.2, the Cancel button is non-bold and Default …

ios button uialertcontroller
Warning: UIAlertController is already presenting

I am a novice in swift and XCode so please forgive me the probably really messy code! When running my …

ios xcode swift warnings uialertcontroller
UIPopover How do I make a popover with buttons like this?

I'm wondering how I can create a popover with buttons like this. ANSWER: UIActionSheet * actionSheet = [[UIActionSheet alloc] initWithTitle: nil delegate: …

ios ipad uipopovercontroller uiactionsheet uialertcontroller
How to create uialertcontroller in global swift

I'm trying to create uialertcontroller in Config.swift file as follow. static func showAlertMessage(titleStr:String, messageStr:String) -> …

ios swift uialertcontroller
How to add UIDatePicker in UIAlertController in iOS8?

I am working on a project which I had already released with iOS-7. But now as the action sheet is …

ios uidatepicker uiactionsheet uipicker uialertcontroller
Warning: Attempt to present <UIAlertController: 0x7facd3946920> on <...> which is already presenting (null)

I have a long press gesture set on a UITableView that presents a UIAlertController containing the cell's text. When the …

ios uitableview swift uialertcontroller
How to show Actionsheet in iPad

How can I show a UIActionsheet in iPad when I'm using my current code its giving me this error: Your …

ios swift ipad uialertcontroller