---
title: WKAlertControllerStyle.alert
framework: watchkit
role: symbol
role_heading: Case
path: watchkit/wkalertcontrollerstyle/alert
---

# 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.

## Declaration

```swift
case alert
```

## See Also

### Constants

- [WKAlertControllerStyle.sideBySideButtonsAlert](watchkit/wkalertcontrollerstyle/sidebysidebuttonsalert.md)
- [WKAlertControllerStyle.actionSheet](watchkit/wkalertcontrollerstyle/actionsheet.md)
