Top "Uialertcontroller" questions

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

How would I create a UIAlertView in Swift?

I have been working to create a UIAlertView in Swift, but for some reason I can't get the statement right …

ios swift cocoa-touch uialertview uialertcontroller
UIAlertController custom font, size, color

I am using new UIAlertController for showing alerts. I have this code: // nil titles break alert interface on iOS 8.0, so …

ios objective-c ios8 uialertview uialertcontroller
How to present UIAlertController when not in a view controller?

Scenario: The user taps on a button on a view controller. The view controller is the topmost (obviously) in the …

ios uialertcontroller
Presenting a UIAlertController properly on an iPad using iOS 8

With iOS 8.0, Apple introduced UIAlertController to replace UIActionSheet. Unfortunately, Apple didn't add any information on how to present it. I …

ios ipad user-interface uialertcontroller
UIAlertView first deprecated IOS 9

I have tried several ways to use UIAlertController,instead of UIAlertView. I tried several ways but I cannot make the …

ios objective-c uialertview uialertcontroller
Writing handler for UIAlertAction

I'm presenting a UIAlertView to the user and I can't figure out how to write the handler. This is my …

ios uialertview swift uialertcontroller
Get input value from TextField in iOS alert in Swift

I'm trying to make an alert message with input, and then get the value from the input. I've found many …

ios xcode swift input uialertcontroller
How to add TextField to UIAlertController in Swift

I am trying to show a UIAlertController with a UITextView. When I add the line: //Add text field alertController.addTextFieldWithConfigurationHandler { (…

ios swift uitextfield uialertcontroller
UIAlertController - add custom views to actionsheet

I'm trying to make the actionsheet as it shows in the messages app on iOS when we try to attach …

swift ios9 uialertcontroller
How to use UIAlertController to replace UIActionSheet?

I am maintaining an old iOS project which based on SDK 6.0. A method on this project called -(void) showComboBox:(…

ios objective-c uialertcontroller uiactionsheet