---
title: UINavigationItem.BackButtonDisplayMode.generic
framework: uikit
role: symbol
role_heading: Case
path: uikit/uinavigationitem/backbuttondisplaymode-swift.enum/generic
---

# UINavigationItem.BackButtonDisplayMode.generic

The navigation item attempts to display a generic title or no title for the Back button, depending on the space available.

## Declaration

```swift
case generic
```

## Discussion

Discussion When you set the backButtonDisplayMode property to this value, the navigation item attempts to display these titles for its Back button in the following order: A generic title, such as Back No title The navigation item selects the most appropriate title for the Back button according to the available space. This display mode ignores the values of the title and backButtonTitle properties.

## See Also

### Constants

- [UINavigationItem.BackButtonDisplayMode.default](uikit/uinavigationitem/backbuttondisplaymode-swift.enum/default.md)
- [UINavigationItem.BackButtonDisplayMode.minimal](uikit/uinavigationitem/backbuttondisplaymode-swift.enum/minimal.md)
