You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, implement func tableView(_ tableView: UITableView, canReorderRowAt indexPath: IndexPath) -> Bool and limit your sections there
After disable section you need implement: func tableView(_ tableView: UITableView, targetIndexPathForReorderFromRowAt sourceIndexPath: IndexPath, to proposedDestinationIndexPath: IndexPath) -> IndexPath to make sure proposedDestinationIndexPath different with disable section.
When I move cell one section to another section then it's crash. Is there any solution for this?
The text was updated successfully, but these errors were encountered: