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

# UINavigationItem.BackButtonDisplayMode.minimal

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

```
case minimal
```

## Discussion

When you set the [`backButtonDisplayMode`](/documentation/UIKit/UINavigationItem/backButtonDisplayMode-swift.property) property to this value, the Back button doesn’t display a title. Instead, it displays the Back button indicator image.

---

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)