Skip to content

ONECATYU/UICollectionViewCell-CLMove

Repository files navigation

preview:  

 

use

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

other    

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

About

一行代码,使collectionView具有移动的能力.

Resources

License

Stars

Watchers

Forks

Packages

No packages published