UICollectionViewCell-CLMove 0.0.2× TestsTested ✗ LangLanguage Obj-CObjective C License MIT ReleasedLast Release Apr 2017Maintained by capsule.Installation Guide×Installation Guide for UICollectionViewCell-CLMoveYou want to add pod 'UICollectionViewCell-CLMove', '~> 0.0' similar to the following to your Podfile:target 'MyApp' do pod 'UICollectionViewCell-CLMove', '~> 0.0' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try UICollectionViewCell-CLMoveSee PodspecGitHub RepoPage on CocoaPods.orgUICollectionViewCell-CLMove 0.0.2ByONECATYUONECATYU/UICollectionViewCell-CLMoveGitHub Repo preview: use //自定义cell的时候,开启移动 self.cl_moveEnabled = YES; ///更新数据源的block(通过设置block,来更新数据) -(void)cl_setMoveItemBlock:(CLMoveItemBlock)block; other 未使用ios9新增的方法,使用collectionView的moveItemAtIndexPath:toIndexPath:来实现