<!--
{
  "availability" : [
    "iOS: 2.0.0 - 13.0.0",
    "iPadOS: 2.0.0 - 13.0.0",
    "macCatalyst: 13.1.0 - 13.1.0"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIActionSheetStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIActionSheetStyle"
  },
  "title" : "UIActionSheetStyle"
}
-->

# UIActionSheetStyle

Specifies the style of an action sheet.

```
enum UIActionSheetStyle
```

## Topics

### Constants

[`UIActionSheetStyleAutomatic`](/documentation/UIKit/UIActionSheetStyle/automatic)

Takes the appearance of the bottom bar if specified; otherwise, same as [`UIActionSheetStyle.default`](/documentation/UIKit/UIActionSheetStyle/default).

[`UIActionSheetStyleDefault`](/documentation/UIKit/UIActionSheetStyle/default)

The default style.

[`UIActionSheetStyleBlackTranslucent`](/documentation/UIKit/UIActionSheetStyle/blackTranslucent)

A black translucent style.

[`UIActionSheetStyleBlackOpaque`](/documentation/UIKit/UIActionSheetStyle/blackOpaque)

A black opaque style.

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

---

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)