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

canReorder getter was missing; setter did useless assignment of passed parameter to itself. Also fixed various warnings I got when compiling with more restrictive warning build settings.

There is a weird jumping when table scrolls up or down while I use `UITableViewAutomaticDimension`.

When I drag an item from it's original location to a location above the TableView, and immediately after that to a location below the TableView, an assertion failure occurs: ```...

Tweaked appearance for iOS 7 UITableViewCellSelectionStyleDefault; fade out shadow along with -setHighlighted:NO animated:YES.

My previous comment was partially incorrect. It appears that a section footer or header is not required for this to work.

Modify the gesture handling to support both Pan or LongPress. Modify the gesture to support binding to any UIView. It is handy to hook up an UIView in your cell....

While I was reordering a friend called me, which closed the application. Afterwards I opened the same application from the multitasking bar and the draggingView was not closed and the...