---
title: backItem
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uinavigationbar/backitem
---

# backItem

The navigation item that is immediately below the topmost item on a navigation bar’s stack.

## Declaration

```swift
var backItem: UINavigationItem? { get }
```

## Discussion

Discussion If the leftBarButtonItem property of the topmost navigation item is nil, the navigation bar displays a back button whose title is derived from the item in this property. If there is only one item on the navigation bar’s stack, the value of this property is nil.

## See Also

### Pushing and popping items

- [pushItem(_:animated:)](uikit/uinavigationbar/pushitem(_:animated:).md)
- [popItem(animated:)](uikit/uinavigationbar/popitem(animated:).md)
- [setItems(_:animated:)](uikit/uinavigationbar/setitems(_:animated:).md)
- [items](uikit/uinavigationbar/items.md)
- [topItem](uikit/uinavigationbar/topitem.md)
