canvasViewDidBeginUsingTool(_:)
Tells the delegate that the user started a new drawing sequence with the currently selected tool.
Declaration
optional func canvasViewDidBeginUsingTool(_ canvasView: PKCanvasView)Parameters
- canvasView:
The canvas view whose contents changed.