scribbleInteractionDidFinishWriting(_:)
Informs the delegate that the user stops writing in the view, after Scribble transcribes and enters the last word.
Declaration
optional func scribbleInteractionDidFinishWriting(_ interaction: UIScribbleInteraction)Parameters
- interaction:
The interaction where the user finished writing.
Discussion
Use this to reset placeholders or other UI elements, if appropriate, to their state from before the user started writing.