Package org.robovm.apple.uikit
Interface UITableViewDropDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UITableViewDropDelegateAdapter
public interface UITableViewDropDelegate extends NSObjectProtocol
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description booleancanHandleDropSession(UITableView tableView, UIDropSession session)UIDragPreviewParametersdropPreviewParameters(UITableView tableView, NSIndexPath indexPath)voiddropSessionDidEnd(UITableView tableView, UIDropSession session)voiddropSessionDidEnter(UITableView tableView, UIDropSession session)voiddropSessionDidExit(UITableView tableView, UIDropSession session)UITableViewDropProposaldropSessionDidUpdate(UITableView tableView, UIDropSession session, NSIndexPath destinationIndexPath)voidperformDrop(UITableView tableView, UITableViewDropCoordinator coordinator)
-
Method Details
-
performDrop
-
canHandleDropSession
-
dropSessionDidEnter
-
dropSessionDidUpdate
UITableViewDropProposal dropSessionDidUpdate(UITableView tableView, UIDropSession session, NSIndexPath destinationIndexPath) -
dropSessionDidExit
-
dropSessionDidEnd
-
dropPreviewParameters
-