Contents

actions

The actions that the user can take in response to the alert or action sheet.

Declaration

var actions: [UIAlertAction] { get }

Discussion

The actions are in the order in which you added them to the alert controller. This order also corresponds to the order in which they’re displayed in the alert or action sheet. The second action in the array is displayed below the first, the third is displayed below the second, and so on.

See Also

Configuring the user actions