init(delegate:)
Creates a Scribble interaction that allows customizing the behavior of Scribble on text input views with the delegate you provide.
Declaration
init(delegate: any UIScribbleInteractionDelegate)Parameters
- delegate:
The object that acts as the delegate of this Uiscribbleinteraction instance.