grillbiff / DragAndDropTableView

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

DragAndDropTableView crashed at Function deleteRowsAtIndexPaths... #12

Open Jacenty10 opened 9 years ago

Jacenty10 commented 9 years ago

When call deleteRowsAtIndexPaths (tableview has only one row, so row count 1 ==> 0, if success), app crashed. drawanddroptable-crash

grillbiff commented 9 years ago

will look into it, or if you have a solution please create a PR