---
title: UINavigationItem.ItemStyle.navigator
framework: uikit
role: symbol
role_heading: Case
path: uikit/uinavigationitem/itemstyle/navigator
---

# UINavigationItem.ItemStyle.navigator

A style for a traditional navigation-based interface.

## Declaration

```swift
case navigator
```

## Discussion

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) appear in the overflow menu.

## See Also

### Constants

- [UINavigationItem.ItemStyle.browser](uikit/uinavigationitem/itemstyle/browser.md)
- [UINavigationItem.ItemStyle.editor](uikit/uinavigationitem/itemstyle/editor.md)
