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.
Just one line.
tableView.longPressReorderEnabled = YES;
##License
MIT