UIIndirectScribbleInteractionDelegate
Methods that customize behavior on views that aren’t formally text input views.
Declaration
protocol UIIndirectScribbleInteractionDelegate : NSObjectProtocolTopics
Identifying Elements
Managing Focus
indirectScribbleInteraction(_:isElementFocused:)indirectScribbleInteraction(_:focusElementIfNeeded:referencePoint:completion:)indirectScribbleInteraction(_:shouldDelayFocusForElement:)
Tracking Scribble Input
indirectScribbleInteraction(_:willBeginWritingInElement:)indirectScribbleInteraction(_:didFinishWritingInElement:)
Finding Elements and Frames
indirectScribbleInteraction(_:frameForElement:)indirectScribbleInteraction(_:requestElementsIn:completion:)