Package org.robovm.apple.uikit
Interface UITableViewDropCoordinator
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UITableViewDropCoordinatorAdapter
public interface UITableViewDropCoordinator extends NSObjectProtocol
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description UIDragAnimatingdropItem(UIDragItem dragItem, NSIndexPath indexPath)UIDragAnimatingdropItem(UIDragItem dragItem, NSIndexPath indexPath, CGRect rect)UIDragAnimatingdropItem(UIDragItem dragItem, UIDragPreviewTarget target)UITableViewDropPlaceholderContextdropItem(UIDragItem dragItem, UITableViewDropPlaceholder placeholder)NSIndexPathgetDestinationIndexPath()NSArray<?>getItems()UITableViewDropProposalgetProposal()UIDropSessiongetSession()
-
Method Details
-
getItems
NSArray<?> getItems() -
getDestinationIndexPath
NSIndexPath getDestinationIndexPath() -
getProposal
UITableViewDropProposal getProposal() -
getSession
UIDropSession getSession() -
dropItem
UITableViewDropPlaceholderContext dropItem(UIDragItem dragItem, UITableViewDropPlaceholder placeholder) -
dropItem
-
dropItem
-
dropItem
-