Top "Uialertaction" questions

UIAlertAction object represents an action that can be taken when tapping a button in an alert.

Cancel Button in UIAlertController with UIAlertControllerStyle.ActionSheet

I want to add a separated cancel button to my UIAlert. I know how to do it with UIActionSheet but …

ios swift xcode uialertcontroller uialertaction
How to edit UIAlertAction text font size and color

How to edit UIAlertAction text size and color? I have taken a UIAlertController acoording to it how to edit the …

ios objective-c popup uialertaction
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
Send Local Notifications while App is running in the background Swift 2.0

I am trying to send the user a 'Push Notification style' Alert when the user minimizes the app (by clicking …

ios swift nstimer uilocalnotification uialertaction
UIAlertAction with different color button text

I am trying to create an UIAlertAction that has black color text for the first button and blue for the …

ios swift uiactionsheet uialertaction
Should self be captured as strong in a UIAlertAction's handler?

When writing the handler closure of a UIAlertAction, should the reference to self be strong (the default), weak, or unowned? …

ios swift uialertcontroller uialertaction