<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIMenu/Options-swift.struct",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIMenuOptions"
  },
  "title" : "UIMenu.Options"
}
-->

# UIMenu.Options

Options you use to configure a menu’s appearance.

```
struct Options
```

## Topics

### Options

[`static var displayInline: UIMenu.Options`](/documentation/UIKit/UIMenu/Options-swift.struct/displayInline)

An option indicating the menu displays inline with its parent menu instead of displaying as a submenu.

[`static var destructive: UIMenu.Options`](/documentation/UIKit/UIMenu/Options-swift.struct/destructive)

An option indicating the menu’s appearance represents a destructive action.

[`static var singleSelection: UIMenu.Options`](/documentation/UIKit/UIMenu/Options-swift.struct/singleSelection)

An option indicating whether the menu and its submenus allow a single menu item that’s in the “on” state.

[`static var displayAsPalette: UIMenu.Options`](/documentation/UIKit/UIMenu/Options-swift.struct/displayAsPalette)

An option indicating the menu displays as a row of menu elements for choosing from a collection of items.

### Initializers

[`init(rawValue: UInt)`](/documentation/UIKit/UIMenu/Options-swift.struct/init(rawValue:))

Creates a menu options structure from data in an unarchiver.

## Relationships

### Conforms To

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

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

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

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

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

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

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

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

---

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)