- tableView
- Table view containing the row being moved.
- sourceIndexPath
- Location of the row to be moved.
- destinationIndexPath
- New location of the row.
When a row is moved (when the table view is in edit mode), the source needs to be updated to reflect that change. Implement this method to persist the updated row position in the data source.
Declared in [UITableViewDataSource]