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

# UINavigationItem.ItemStyle.browser

A style for a browser app interface.

## Declaration

```swift
case browser
```

## Discussion

Discussion Use this style for apps that support history-based navigation, like web browsers. 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.

## See Also

### Constants

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