CocoaPods trunk is moving to be read-only. Read more on the blog, there are 10 months to go.

UICollectionViewCell-CLMove 0.0.2

UICollectionViewCell-CLMove 0.0.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Apr 2017

Maintained by capsule.



  • By
  • ONECATYU

preview:  

 

use

//自定义cell的时候,开启移动
self.cl_moveEnabled = YES;
///更新数据源的block(通过设置block,来更新数据)
-(void)cl_setMoveItemBlock:(CLMoveItemBlock)block;

other    

未使用ios9新增的方法,使用collectionView的moveItemAtIndexPath:toIndexPath:来实现