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

# UINavigationItem.ItemStyle.editor

A style for an editor app interface.

## Declaration

```swift
case editor
```

## Mentioned in

Building a desktop-class iPad app

## Discussion

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) appear in the center of the bar. The back button appears as a chevron without a title or image.

## See Also

### Constants

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