<!--
{
  "availability" : [
    "iOS: 2.0.0 - 13.0.0",
    "iPadOS: 2.0.0 - 13.0.0",
    "macCatalyst: 13.1.0 - 13.1.0"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIPickerView/showsSelectionIndicator",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIPickerView(py)showsSelectionIndicator"
  },
  "title" : "showsSelectionIndicator"
}
-->

# showsSelectionIndicator

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

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

## Discussion

If the value of the property is <doc://com.apple.documentation/documentation/Swift/true>, the picker view shows a clear overlay across the current row. The default value of this property is <doc://com.apple.documentation/documentation/Swift/false>.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)