BVReorderTableView icon indicating copy to clipboard operation
BVReorderTableView copied to clipboard

Easy Long Press Reordering for UITableView

Results 16 BVReorderTableView issues
Sort by recently updated
recently updated
newest added

When a section has zero rows it does not allow a user to drag a row into the an empty section.

I had a table with two rows. When I make Long Press on empty space below cells - the application crashes. I fixed it with: if(indexPath == nil && savedObject...

I am trying to using the wonderful control with a UITableViewController bound to a Core Data source but one I release the drag the row always goes back immediately to...

Fantastic library! Cells can currently be dragged in UITableViewCellEditingStyleDelete mode. ![self editing](https://f.cloud.github.com/assets/4073988/1185170/dc6d440a-2288-11e3-82d4-56dbfe012cfe.png) Add ``` objective-c [self setEditing:NO animated:NO]; ``` somewhere in ``` objc - (void)longPress: ... if (gesture.state == UIGestureRecognizerStateBegan)...

Hello, here is my table: http://a954.phobos.apple.com/us/r1000/064/Purple/v4/e1/29/b4/e129b423-14ae-39a0-35c0-236f7cd24f7a/mzl.ipzgqlcj.320x480-75.jpg As you can see it's not really "full" of stuff - it has a few custom views in contentView, and some inside the cell...

can you make reorder to work on grouped tableview please. Thanks in advance! P.S. Really not works only when drag to empty section