---
title: selectionIndicatorImage
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitabbar/selectionindicatorimage
---

# selectionIndicatorImage

The image to use for the selection indicator.

## Declaration

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

## Discussion

Discussion Use this property to specify a custom selection image. Your image is rendered on top of the tab bar but behind the contents of the tab bar item itself. The default value of this property is nil, which causes the tab bar to apply a default highlight to the selected item.

## See Also

### Configuring selection appearance

- [unselectedItemTintColor](uikit/uitabbar/unselecteditemtintcolor.md)
- [selectedImageTintColor](uikit/uitabbar/selectedimagetintcolor.md)
