Contents

scribbleInteractionWillBeginWriting(_:)

Informs the delegate when the user begins writing in the view.

Declaration

optional func scribbleInteractionWillBeginWriting(_ interaction: UIScribbleInteraction)

Parameters

  • interaction:

    The interaction where the user started writing.

Discussion

Use this method to hide custom placeholders or other UI elements that can interfere with writing.

See Also

Tracking Scribble input