Link Search Menu Expand Document

AlertController.Style

Constants indicating the type of alert to display.

public enum Style: Int 

Inheritance

Int

Enumeration Cases

actionSheet

An action sheet displayed in the context of the view controller that presented it.

case actionSheet

alert

An alert displayed modally for the app.

case alert