---
title: activeToolPicker
framework: pencilkit
role: symbol
role_heading: Instance Property
path: pencilkit/pkresponderstate/activetoolpicker
---

# activeToolPicker

The current tool picker.

## Declaration

```swift
var activeToolPicker: PKToolPicker? { get set }
```

## Discussion

Discussion Control tool picker visibility with the toolPickerVisibility property. If nil the active tool picker is based on the next responder.

## See Also

### Configuring the tool picker

- [PKToolPickerVisibility](pencilkit/pktoolpickervisibility.md)
