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

# UINavigationItem.ItemStyle.editor

A style for an editor app interface.

```
case editor
```

## Discussion

Use this style for apps that support viewing or editing of individual documents, like text editors. With this style, the navigation item’s title appears on the leading side of the navigation bar, and center items ([`centerItemGroups`](/documentation/UIKit/UINavigationItem/centerItemGroups)) appear in the center of the bar. The back button appears as a chevron without a title or 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)