/UITableView-LongPressReorder

Easy Long Press Reordering for UITableView.

Primary LanguageObjective-C

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