valeriyvan / UITableView-LongPressReorder

Easy Long Press Reordering for UITableView.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UITableView+LongPressReorder

Easy Long Press Reordering for UITableView. The core of code are copied from bvogelzang's BVReorderTableView shamelessly, except I changed it to a category on UITableView to make it more easy to use.

Example Usage

Just one line.

tableView.longPressReorderEnabled = YES;

##License

MIT

About

Easy Long Press Reordering for UITableView.


Languages

Language:Objective-C 97.4%Language:Ruby 2.6%