Top "Uialertcontroller" questions

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

Custom Action controller, Swift

Does anyone know how I can code up this custom alert controller (The top area especially) - currently found on …

ios swift uialertcontroller
Swift: Custom UIAlertController view

The docs say that subclassing UIAlertController is bad The UIAlertController class is intended to be used as-is and does not …

ios swift uialertcontroller uiprogressview
UIAlertController is moved to buggy position at top of screen when it calls `presentViewController:`

Presenting a view from a UIAlertController moves the alert to a buggy position at the top-left corner of the screen. …

ios cocoa-touch ios8 uialertview uialertcontroller
swift UIAlertController with pickerView button action stay up

I am new in swift and I am trying to make UIAlertContoller with PickerView but I have problems with the …

swift xcode swift3 uipickerview uialertcontroller
How do I access the input from my text field in UIAlertController with objective c?

I'm changing everything over from AlertView to AlertController, but I can't find anything online for objective c that retrieves what …

input ios8 uialertcontroller
Add image to UIAlertController

I want to add an image to UIAlertController. Image does not need to be on a button, just presented in …

ios swift uialertcontroller unrecognized-selector
dismissViewControllerAnimated does not work within a block

I try to close a UIViewController after an UIAlertController has been shown. This is my code: UIAlertController *alertController = [UIAlertController alertControllerWithTitle:…

ios iphone uiviewcontroller uialertcontroller
Present a UIAlertController from within a Popover in iOS8

I set a UITableViewController to be displayed in a popover on iPad : When I click on a row, I display …

ios8 uipopover uialertcontroller
Custom View in UIAlertController

I am trying to put a custom view inside a UIAlertController. I'm running into some odd issues with the sizing …

ios custom-controls subview uialertcontroller custom-view
UIAlertController won't display - In Swift

I have created a ContactUsViewController. In this controller the user will select a option from a pickerView and then type …

ios swift uialertview mfmailcomposeviewcontroller uialertcontroller