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

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

## Declaration

```swift
case actionSheet
```

## See Also

### Constants

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