grillbiff / DragAndDropTableView

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

Check dataSource rather than delegate for table:canMoveRowAtIndexPath: #9

Closed postmechanical closed 9 years ago

grillbiff commented 9 years ago

Makes sense. Thanks for contributing.