grillbiff / DragAndDropTableView

A UITableView where cells can be rearranged by drag and drop.
MIT License
55 stars 13 forks source link

Cell cann't move to 0th section #14

Open RajChanchal opened 8 years ago

RajChanchal commented 8 years ago

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 doesn't have any row.