---
title: discoverabilityTitle
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicommand/discoverabilitytitle
---

# discoverabilityTitle

An elaborated title that explains the purpose of the command.

## Declaration

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

## Discussion

Discussion The system uses this property to display information about the command. In iOS, the system displays this title in the discoverability heads-up display (HUD). If this property is nil, the HUD displays the title property. In Mac apps built with Mac Catalyst, the system displays the discoverability title as a tooltip.

## See Also

### Getting information about the command

- [title](uikit/uicommand/title.md)
- [image](uikit/uicommand/image.md)
- [action](uikit/uicommand/action.md)
- [attributes](uikit/uicommand/attributes.md)
- [state](uikit/uicommand/state.md)
