Package org.robovm.apple.uikit
Interface UICollectionViewDropDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UICollectionViewDropDelegateAdapter
public interface UICollectionViewDropDelegate extends NSObjectProtocol
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description booleancanHandleDropSession(UICollectionView collectionView, UIDropSession session)UIDragPreviewParametersdropPreviewParameters(UICollectionView collectionView, NSIndexPath indexPath)voiddropSessionDidEnd(UICollectionView collectionView, UIDropSession session)voiddropSessionDidEnter(UICollectionView collectionView, UIDropSession session)voiddropSessionDidExit(UICollectionView collectionView, UIDropSession session)UICollectionViewDropProposaldropSessionDidUpdate(UICollectionView collectionView, UIDropSession session, NSIndexPath destinationIndexPath)voidperformDrop(UICollectionView collectionView, UICollectionViewDropCoordinator coordinator)
-
Method Details
-
performDrop
-
canHandleDropSession
-
dropSessionDidEnter
-
dropSessionDidUpdate
UICollectionViewDropProposal dropSessionDidUpdate(UICollectionView collectionView, UIDropSession session, NSIndexPath destinationIndexPath) -
dropSessionDidExit
-
dropSessionDidEnd
-
dropPreviewParameters
UIDragPreviewParameters dropPreviewParameters(UICollectionView collectionView, NSIndexPath indexPath)
-