HTKDragAndDropCollectionViewLayout

Apache 2.0 License
Objective-C
iOS

Powered by Appetize.io.

1 image

Author

Description

UICollectionViewLayout subclass that works together with a custom UICollectionViewCell to provide drag and drop for a UICollectionView. Works just like UITableView drag and drop. What's unique about this approach is that it does not need to create a "ghost" or "dummy" cell to provide the drag and drop functionality. I believe this is simpler and easier to implement than other approaches.

Tags