---
title: imageProvider
framework: pencilkit
role: symbol
role_heading: Instance Property
path: pencilkit/pktoolpickercustomitemconfiguration/imageprovider
---

# imageProvider

A closure that provides an image for the tool.

## Declaration

```occ
@property (nonatomic, copy, nullable) UIImage * (^imageProvider)(PKToolPickerCustomItem *toolPickerItem);
```
