DTCollectionViewDragDelegate
open class DTCollectionViewDragDelegate : DTCollectionViewDelegateWrapper, UICollectionViewDragDelegate
Undocumented
-
Undocumented
Declaration
Swift
open func collectionView(_ collectionView: UICollectionView, itemsForBeginning session: UIDragSession, at indexPath: IndexPath) -> [UIDragItem]
-
Undocumented
Declaration
Swift
open func collectionView(_ collectionView: UICollectionView, itemsForAddingTo session: UIDragSession, at indexPath: IndexPath, point: CGPoint) -> [UIDragItem]
-
Undocumented
Declaration
Swift
open func collectionView(_ collectionView: UICollectionView, dragPreviewParametersForItemAt indexPath: IndexPath) -> UIDragPreviewParameters?
-
Undocumented
Declaration
Swift
open func collectionView(_ collectionView: UICollectionView, dragSessionWillBegin session: UIDragSession)
-
Undocumented
Declaration
Swift
open func collectionView(_ collectionView: UICollectionView, dragSessionDidEnd session: UIDragSession)
-
Undocumented
Declaration
Swift
open func collectionView(_ collectionView: UICollectionView, dragSessionAllowsMoveOperation session: UIDragSession) -> Bool
-
Undocumented
Declaration
Swift
open func collectionView(_ collectionView: UICollectionView, dragSessionIsRestrictedToDraggingApplication session: UIDragSession) -> Bool