Skip to content

Latest commit

 

History

History
executable file
·
16 lines (10 loc) · 414 Bytes

README.md

File metadata and controls

executable file
·
16 lines (10 loc) · 414 Bytes

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