Top "Uialertcontroller" questions

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

Swift Custom UIAlertView

I'm trying to make a confirm deletion popup view. Because the design I want is very different from the style …

ios swift uialertview uialertcontroller completionhandler
Change the color of cancel button in UIAlertController with preferredStyle: .ActionSheet

Is it possible to change the color of cancel button to red , i know we can by using Destructive style …

swift uiactionsheet uialertcontroller
UIAlertController's actionSheet gives constraint error on iOS 12.2 / 12.3

On iOS 12.2, while using UIAlertController's actionSheet, Xcode gives constraint error. Anyone having this problem? This same code runs on iOS 12.1 …

uialertcontroller swift5
Dismiss all UIAlertControllers currently presented

Is there a way to dismiss all UIAlertControllers that are currently presented? This is specifically because from anywhere and any …

ios swift uiwindow uialertcontroller
UIAlertController with text field - hitting return button only hides keyboard, does not perform action?

I'm trying to use the iOS 8 UIAlertController in place of where I would have used a UIAlertView in the past. …

ios8 uialertcontroller
UIAlertController:supportedInterfaceOrientations was invoked recursively

When two alert present one by one, i means one alert present and over them another alert presenting and app …

objective-c ios9 xcode7 uialertcontroller xcode7-beta3
UIAlertController showing with delay

I'm experiencing a problem with UIAlertController on my app now migrated to iOS8 with Date Picker inside. Below is the …

objective-c xcode swift uialertview uialertcontroller
show UIAlertController outside of ViewController

I have trouble to display my UIAlertController because I'm trying to show it in a Class which is not an …

ios swift uialertcontroller
Enable UIAlertAction of UIAlertController only after input

I am using a UIAlertController to present a dialog with a UITextField and one UIAlertAction button labeled "Ok". How do …

ios objective-c uitextfield uialertcontroller
UIAlertAction completion block not called - iOS

I have an iOS app with a UIAlertController in the form of a action sheet being presented in my app …

ios objective-c cocoa-touch uiactionsheet uialertcontroller