FMMoveTable is an UITableView subclass that provides moving rows by simply tap and hold an appropriate row without switching the table to it's edit mode.

I wrote FMMoveTable for use in one of my own apps and think that it could be quite useful (and very time-saving) for others.
If you find it helpful and want to support me please choose the BDS-license with the payed option.
moveTableView:moveRowFromIndexPath:toIndexPath: to update your model after a moveFMMoveTableView
Addopts the known UITableViewDataSource and UITableViewDelegate methods to check whether a row:
moveTableView:willMoveRowAtIndexPath:moveTableView:canMoveRowAtIndexPath:moveTableView:targetIndexPathForMoveFromRowAtIndexPath:toProposedIndexPath:moveTableView:moveRowFromIndexPath:toIndexPath:FMMoveTableViewCell
Uses a method prepareForMove that you may need to overwrite if you use a custom subclass.
In it's basic implementation it resets the textLabel, detailTextLabel and imageView.
I can't answer any questions about how to use the code, but I'd love to read any emails telling me that you're using it, creating an app with it, or just saying thanks. Or use the comments to let me know what you think about it.
Web: http://blog.madeFM.com Twitter: http://twitter.com/FlorianMielke
Very nice. I am an iOS beginner and I had no problems integrating this plugin. Worked well and support was very fast.
It is cool , It will improve quality and user Experience of App ..
Questions & Comments