---
title: UIAlertController.Style.actionSheet
framework: uikit
role: symbol
role_heading: Case
path: uikit/uialertcontroller/style/actionsheet
---

# UIAlertController.Style.actionSheet

An action sheet displayed by the view controller that presented it.

## Declaration

```swift
case actionSheet
```

## Discussion

Discussion Use an action sheet to present the user with a set of alternatives for how to proceed with a given task. You can also use this style to prompt the user to confirm a potentially dangerous action. This alert style isn’t supported by tvOS; use UIAlertController.Style.alert instead.

## See Also

### Constants

- [UIAlertController.Style.alert](uikit/uialertcontroller/style/alert.md)
