DTCollectionViewDropDelegate
open class DTCollectionViewDropDelegate : DTCollectionViewDelegateWrapper, UICollectionViewDropDelegate
Undocumented
-
Undocumented
Declaration
Swift
open func collectionView(_ collectionView: UICollectionView, performDropWith coordinator: UICollectionViewDropCoordinator)
-
Undocumented
Declaration
Swift
open func collectionView(_ collectionView: UICollectionView, canHandle session: UIDropSession) -> Bool
-
Undocumented
Declaration
Swift
open func collectionView(_ collectionView: UICollectionView, dropSessionDidEnter session: UIDropSession)
-
Undocumented
Declaration
Swift
open func collectionView(_ collectionView: UICollectionView, dropSessionDidUpdate session: UIDropSession, withDestinationIndexPath destinationIndexPath: IndexPath?) -> UICollectionViewDropProposal
-
Undocumented
Declaration
Swift
open func collectionView(_ collectionView: UICollectionView, dropSessionDidExit session: UIDropSession)
-
Undocumented
Declaration
Swift
open func collectionView(_ collectionView: UICollectionView, dropSessionDidEnd session: UIDropSession)
-
Undocumented
Declaration
Swift
open func collectionView(_ collectionView: UICollectionView, dropPreviewParametersForItemAt indexPath: IndexPath) -> UIDragPreviewParameters?