Package org.robovm.apple.uikit
Interface UITableViewDragDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UITableViewDragDelegateAdapter
public interface UITableViewDragDelegate extends NSObjectProtocol
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description UIDragPreviewParametersdragPreviewParametersForRow(UITableView tableView, NSIndexPath indexPath)booleandragSessionAllowsMoveOperation(UITableView tableView, UIDragSession session)voiddragSessionDidEnd(UITableView tableView, UIDragSession session)booleandragSessionIsRestrictedToDraggingApplication(UITableView tableView, UIDragSession session)voiddragSessionWillBegin(UITableView tableView, UIDragSession session)NSArray<UIDragItem>itemsForAddingToDragSession(UITableView tableView, UIDragSession session, NSIndexPath indexPath, CGPoint point)NSArray<UIDragItem>itemsForBeginningDragSession(UITableView tableView, UIDragSession session, NSIndexPath indexPath)
-
Method Details
-
itemsForBeginningDragSession
NSArray<UIDragItem> itemsForBeginningDragSession(UITableView tableView, UIDragSession session, NSIndexPath indexPath) -
itemsForAddingToDragSession
NSArray<UIDragItem> itemsForAddingToDragSession(UITableView tableView, UIDragSession session, NSIndexPath indexPath, CGPoint point) -
dragPreviewParametersForRow
-
dragSessionWillBegin
-
dragSessionDidEnd
-
dragSessionAllowsMoveOperation
-
dragSessionIsRestrictedToDraggingApplication
-