---
title: toolPickerVisibility
framework: pencilkit
role: symbol
role_heading: Instance Property
path: pencilkit/pkresponderstate/toolpickervisibility-7cj3c
---

# toolPickerVisibility

The visibility state of the tool picker.

## Declaration

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

## Discussion

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.
