preferredStyle
The style of the alert controller.
Declaration
var preferredStyle: UIAlertController.Style { get }Discussion
The value of this property is set to the value you specified in the init(title:message:preferredStyle:) method. This value determines how the alert is displayed onscreen.