---
title: actionSheetStyle
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiactionsheet/actionsheetstyle
---

# actionSheetStyle

The receiver’s presentation style.

## Declaration

```swift
var actionSheetStyle: UIActionSheetStyle { get set }
```

## Discussion

Discussion This property determines how the action sheet looks when it is presented. For a list of possible values, see the UIActionSheetStyle constants.

## See Also

### Setting properties

- [delegate](uikit/uiactionsheet/delegate.md)
- [title](uikit/uiactionsheet/title.md)
- [isVisible](uikit/uiactionsheet/isvisible.md)
