Package org.robovm.apple.uikit
Interface UIScribbleInteractionDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UIScribbleInteractionDelegateAdapter
public interface UIScribbleInteractionDelegate extends NSObjectProtocol
- Since:
- Available in iOS 14.0 and later.
-
Method Summary
Modifier and Type Method Description voiddidFinishWriting(UIScribbleInteraction interaction)booleanshouldBegin(UIScribbleInteraction interaction, CGPoint location)booleanshouldDelayFocus(UIScribbleInteraction interaction)voidwillBeginWriting(UIScribbleInteraction interaction)
-
Method Details
-
shouldBegin
-
shouldDelayFocus
-
willBeginWriting
-
didFinishWriting
-