<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UINavigationItem/BackButtonDisplayMode-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UINavigationItemBackButtonDisplayMode"
  },
  "title" : "UINavigationItem.BackButtonDisplayMode"
}
-->

# UINavigationItem.BackButtonDisplayMode

Constants that describe the display modes of the Back button.

```
enum BackButtonDisplayMode
```

## Topics

### Constants

[`UINavigationItem.BackButtonDisplayMode.default`](/documentation/UIKit/UINavigationItem/BackButtonDisplayMode-swift.enum/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.

[`UINavigationItem.BackButtonDisplayMode.generic`](/documentation/UIKit/UINavigationItem/BackButtonDisplayMode-swift.enum/generic)

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

[`UINavigationItem.BackButtonDisplayMode.minimal`](/documentation/UIKit/UINavigationItem/BackButtonDisplayMode-swift.enum/minimal)

The navigation item displays the Back button indicator instead of a title.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)