---
title: showsSelectionIndicator
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uipickerview/showsselectionindicator
---

# showsSelectionIndicator

A Boolean value that determines whether the selection indicator is displayed.

## Declaration

```swift
var showsSelectionIndicator: Bool { get set }
```

## Discussion

Discussion If the value of the property is true, the picker view shows a clear overlay across the current row. The default value of this property is false.
