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.
The style that applies to the action’s button.
var style: UIAlertAction.Style { get }This property is set to the value you specified in the init(title:style:handler:) method.