DragAndDropTableView
DragAndDropTableView copied to clipboard
A UITableView where cells can be rearranged by drag and drop.
Results
2
DragAndDropTableView issues
Sort by
recently updated
recently updated
newest added
moveRowAtIndexPath isn't called when moving some row to 0th section which doesn't have any row at the moment!! You demo project doesn't allow showing a section at zeroth position which...
When call deleteRowsAtIndexPaths (tableview has only one row, so row count 1 ==> 0, if success), app crashed. 