Constantin Saulenco

Results 4 comments of Constantin Saulenco

Hi guys any update on this issue? had the same error.

Hi, implement `func tableView(_ tableView: UITableView, canReorderRowAt indexPath: IndexPath) -> Bool` and limit your sections there

have the same issue , and this workaround does not fix the issue

Hi guys found an alternative. Check full answer [here](https://stackoverflow.com/a/57225766/2050181) ``` tableView.dragInteractionEnabled = true tableView.dragDelegate = self tableView.dropDelegate = self func tableView(_ tableView: UITableView, moveRowAt sourceIndexPath: IndexPath, to destinationIndexPath: IndexPath) {...