<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UINavigationItem/ItemStyle/navigator",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UINavigationItemStyle@UINavigationItemStyleNavigator"
  },
  "title" : "UINavigationItem.ItemStyle.navigator"
}
-->

# UINavigationItem.ItemStyle.navigator

A style for a traditional navigation-based interface.

```
case navigator
```

## Discussion

Use this style for apps that support a traditional hierarchical navigation model. With this style, the navigation item’s title appears in the center of the navigation bar, and center items ([`centerItemGroups`](/documentation/UIKit/UINavigationItem/centerItemGroups)) appear in the overflow menu.

---

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)