---
title: UIContextMenuInteraction.appearance
framework: uikit
role: symbol
role_heading: Enumeration
path: uikit/uicontextmenuinteraction/appearance
---

# UIContextMenuInteraction.appearance

Constants that describe the appearance of the menu.

## Declaration

```swift
enum appearance
```

## Topics

### Constants

- [UIContextMenuInteraction.appearance.unknown](uikit/uicontextmenuinteraction/appearance/unknown.md)
- [UIContextMenuInteraction.appearance.rich](uikit/uicontextmenuinteraction/appearance/rich.md)
- [UIContextMenuInteraction.appearance.compact](uikit/uicontextmenuinteraction/appearance/compact.md)

### Initializers

- [init(rawValue:)](uikit/uicontextmenuinteraction/appearance/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting the menu appearance

- [menuAppearance](uikit/uicontextmenuinteraction/menuappearance.md)
