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

# UINavigationItem.BackButtonDisplayMode.default

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

## Declaration

```swift
case `default`
```

## 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: backButtonTitle title 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.

## See Also

### Constants

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