maximumSupportedContentVersion
The maximum version of PencilKit to support.
Declaration
var maximumSupportedContentVersion: PKContentVersion { get set }Mentioned in
Discussion
The default value is latest.
If you set this property to a value less than latest, the tool picker limits the tools that are available so they’re compatible with the version of PencilKit you specify.
If you set this property, also set maximumSupportedContentVersion on the PKCanvasView you use.