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

# UINavigationItem.LargeTitleDisplayMode.automatic

Inherit the display mode from the previous navigation item.

```
case automatic
```

## Discussion

This is the default mode. If the previous item’s title was large, the current item also displays a large title. Similarly, if the previous item’s title was small, the current item displays a small 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)