Contents

NSAlert.Style

The set of alert styles to style alerts in your app.

Declaration

enum Style

Overview

Currently, there’s no visual difference between informational and warning alerts. You should only use the critical (or “caution”) alert style if warranted. For design guidance on alert styles, see Human Interface Guidelines > Alerts. The default alert style is NSAlert.Style.warning.

Topics

Enumeration Cases

Initializers

See Also

Constants