pljhonglu / LewReorderableLayout

A UICollectionView layout whitch can move item with drag and drop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LewReorderableLayout

一个 UICollectionViewLayout,长按可以拖拽排序,同时支持纵向和横线滚动。

效果图

使用方法

请下载项目,参考项目 Demo 中的代码

CocoaPods

pod 'LewReorderableLayout', :git => 'https://github.com/pljhonglu/LewReorderableLayout.git', :tag => 'v0.1.0'

所需环境

  • ARC
  • iOS7 及以上

License | 许可

This code is distributed under the terms of the MIT license.
代码使用 MIT license 许可发布.

About

A UICollectionView layout whitch can move item with drag and drop.

License:MIT License


Languages

Language:Objective-C 98.6%Language:Ruby 1.4%