---
title: subtitle
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uimenuelement/subtitle
---

# subtitle

The subtitle to display alongside the menu element’s title.

## Declaration

```swift
var subtitle: String? { get set }
```

## Discussion

Discussion Only the context menu system supports the display of a subtitle, and only when the app is running on iOS.

## See Also

### Getting the element attributes

- [title](uikit/uimenuelement/title.md)
- [image](uikit/uimenuelement/image.md)
