Skip to content

Instantly share code, notes, and snippets.

@ishabazz
Created October 14, 2017 21:00
Show Gist options
  • Save ishabazz/9cbdd0c68175697c28e25ddedfb14189 to your computer and use it in GitHub Desktop.
Save ishabazz/9cbdd0c68175697c28e25ddedfb14189 to your computer and use it in GitHub Desktop.
tableView.performBatchUpdates({
tableView.moveRow(at: sourceIndex, to: destinationIndexPath)
}, completion: { _ in })
coordinator.drop(item, toRowAt: destinationIndexPath)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment