Contents

style

The style that applies to the action’s button.

Declaration

var style: UIAlertAction.Style { get }

Discussion

This property is set to the value you specified in the init(title:style:handler:) method.

See Also

Getting the action’s attributes