<!--
{
  "availability" : [
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKAlertControllerStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:@E@WKAlertControllerStyle"
  },
  "title" : "WKAlertControllerStyle"
}
-->

# WKAlertControllerStyle

Constants indicating the styles for standard system alerts.

```
enum WKAlertControllerStyle
```

## Topics

### Constants

[`WKAlertControllerStyle.alert`](/documentation/WatchKit/WKAlertControllerStyle/alert)

An alert sheet with stacked buttons. The alert sheet includes a default Cancel button at the bottom of the sheet. You can add other buttons, which are placed above the Cancel button.

[`WKAlertControllerStyle.sideBySideButtonsAlert`](/documentation/WatchKit/WKAlertControllerStyle/sideBySideButtonsAlert)

An alert sheet with side-by-side buttons.

[`WKAlertControllerStyle.actionSheet`](/documentation/WatchKit/WKAlertControllerStyle/actionSheet)

An action sheet style. Action sheets are modal sheets that can be dismissed using the Cancel button in the top-left corner of the sheet. You can also add one or two custom buttons to perform related tasks.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)