<!--
{
  "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",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UINavigationItemStyle"
  },
  "title" : "UINavigationItem.ItemStyle"
}
-->

# UINavigationItem.ItemStyle

Constants that determine how the content of the navigation item lays out in the navigation bar.

```
enum ItemStyle
```

## Overview

Navigation styles allow you to customize the behavior and content density of your navigation bar according to your app type.

- Navigator apps like Settings support a traditional navigation model for hierarchical data.
- Browser apps like Safari or Files support browsing through and navigating back and forth between multiple documents or folder structures.
- Editor apps support focused viewing or editing of individual documents.

> Related Sessions from WWDC22:
> Session 10069: [Meet desktop-class iPad](https://developer.apple.com/wwdc22/10069)
> 
> Session 10070: [Build a desktop-class iPad app](https://developer.apple.com/wwdc22/10070)

## Topics

### Constants

[`UINavigationItem.ItemStyle.navigator`](/documentation/UIKit/UINavigationItem/ItemStyle/navigator)

A style for a traditional navigation-based interface.

[`UINavigationItem.ItemStyle.browser`](/documentation/UIKit/UINavigationItem/ItemStyle/browser)

A style for a browser app interface.

[`UINavigationItem.ItemStyle.editor`](/documentation/UIKit/UINavigationItem/ItemStyle/editor)

A style for an editor app interface.



---

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)