UIScribbleInteractionDelegate
Methods for customizing or suppressing Scribble behavior within text input views.
Declaration
@MainActor protocol UIScribbleInteractionDelegate : NSObjectProtocolOverview
By default, Scribble let users enter text by writing directly into any editable view that implement UITextInput. In apps with customized text fields, you can use the UIScribbleInteractionDelegate callbacks to optimize the UI for a better writing experience, including:
Opting individual text fields in or out of Scribble interactions.
Controlling how quickly a given text field responds to input, giving the view an opportunity to change its configuration, if necessary.
Receiving notifications when the user writing begins and ends.