An iOS class, for displaying alerts and popup style selectors.
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 uialertcontrollerI 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 uialertcontrollerScenario: The user taps on a button on a view controller. The view controller is the topmost (obviously) in the …
ios uialertcontrollerWith 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 uialertcontrollerI have tried several ways to use UIAlertController,instead of UIAlertView. I tried several ways but I cannot make the …
ios objective-c uialertview uialertcontrollerI'm presenting a UIAlertView to the user and I can't figure out how to write the handler. This is my …
ios uialertview swift uialertcontrollerI'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 uialertcontrollerI am trying to show a UIAlertController with a UITextView. When I add the line: //Add text field alertController.addTextFieldWithConfigurationHandler { (…
ios swift uitextfield uialertcontrollerI'm trying to make the actionsheet as it shows in the messages app on iOS when we try to attach …
swift ios9 uialertcontrollerI 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