Package org.robovm.apple.uikit
Interface UICollectionViewDropCoordinator
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UICollectionViewDropCoordinatorAdapter
public interface UICollectionViewDropCoordinator extends NSObjectProtocol
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description UIDragAnimatingdropItem(UIDragItem dragItem, NSIndexPath indexPath)UICollectionViewDropPlaceholderContextdropItem(UIDragItem dragItem, UICollectionViewDropPlaceholder placeholder)UIDragAnimatingdropItemIntoItem(UIDragItem dragItem, NSIndexPath indexPath, CGRect rect)UIDragAnimatingdropItemToTarget(UIDragItem dragItem, UIDragPreviewTarget target)NSIndexPathgetDestinationIndexPath()NSArray<?>getItems()UICollectionViewDropProposalgetProposal()UIDropSessiongetSession()
-
Method Details
-
getItems
NSArray<?> getItems() -
getDestinationIndexPath
NSIndexPath getDestinationIndexPath() -
getProposal
UICollectionViewDropProposal getProposal() -
getSession
UIDropSession getSession() -
dropItem
UICollectionViewDropPlaceholderContext dropItem(UIDragItem dragItem, UICollectionViewDropPlaceholder placeholder) -
dropItem
-
dropItemIntoItem
-
dropItemToTarget
-