Package org.robovm.apple.uikit
Interface UITextDragDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UITextDragDelegateAdapter
public interface UITextDragDelegate extends NSObjectProtocol
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description UITargetedDragPreviewdragPreviewForLiftingItem(UIView textDraggableView, UIDragItem item, UIDragSession session)voiddragSessionDidEnd(UIView textDraggableView, UIDragSession session, UIDropOperation operation)voiddragSessionWillBegin(UIView textDraggableView, UIDragSession session)NSArray<UIDragItem>itemsForDrag(UIView textDraggableView, UITextDragRequest dragRequest)voidwillAnimateLift(UIView textDraggableView, UIDragAnimating animator, UIDragSession session)
-
Method Details
-
itemsForDrag
-
dragPreviewForLiftingItem
UITargetedDragPreview dragPreviewForLiftingItem(UIView textDraggableView, UIDragItem item, UIDragSession session) -
willAnimateLift
-
dragSessionWillBegin
-
dragSessionDidEnd
-