HTKDragAndDropCollectionViewLayout 介绍
HTKDragAndDropCollectionViewLayout 是 UICollectionViewLayout 子类,跟一个自定义的
UICollectionVewCell 一起工作,提供 UICollectionView
拖拽功能。HTKDragAndDropCollectionViewLayout 的运行原理类似 UITableView 的拖拽,唯一特别的是不需要创建
“ghost” 或者 “dummy” 单元来提供拖拽功能。
HTKDragAndDropCollectionViewLayout 官网
https://github.com/henrytkirk/HTKDragAndDropCollectionViewLayout