<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PencilKit",
  "identifier" : "/documentation/PencilKit/PKResponderState/toolPickerVisibility-7cj3c",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "PencilKit"
    ],
    "preciseIdentifier" : "s:So16PKResponderStateC9PencilKitE20toolPickerVisibilitySo06PKToolfG0VSgvp"
  },
  "title" : "toolPickerVisibility"
}
-->

# toolPickerVisibility

The visibility state of the tool picker.

```
var toolPickerVisibility: PKToolPickerVisibility? { get set }
```

## Discussion

This controls the state of the tool picker that is provided by the `activeToolPicker` property.

If `nil` tool picker visibility is based on the next responder. If no responder provides a visibility, the default is `.visible`.

---

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)