Contents

maximumSupportedContentVersion

The maximum version of PencilKit to support.

Declaration

var maximumSupportedContentVersion: PKContentVersion { get set }

Discussion

The default value is latest.

If you set this property to a value less than latest, the canvas view limits the edits that a person can make so they’re compatible with the version of PencilKit you specify.

If you set this property, also set maximumSupportedContentVersion on any PKToolPicker you use.