---
title: backIndicatorImage
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uinavigationbar/backindicatorimage
---

# backIndicatorImage

The image shown beside the Back button.

## Declaration

```swift
var backIndicatorImage: UIImage? { get set }
```

## Discussion

Discussion If you want to customize the back-indicator image, you must also set backIndicatorTransitionMaskImage.

## See Also

### Configuring the Back button

- [backIndicatorTransitionMaskImage](uikit/uinavigationbar/backindicatortransitionmaskimage.md)
