Skip to content

Instantly share code, notes, and snippets.

@jacobmoncur
Created June 26, 2015 16:06
Show Gist options
  • Save jacobmoncur/d263567cf25f43fc1c87 to your computer and use it in GitHub Desktop.
Save jacobmoncur/d263567cf25f43fc1c87 to your computer and use it in GitHub Desktop.
#xcode
self.tableView.beginUpdates()
self.tableView.deleteRowsAtIndexPaths([indexPath], withRowAnimation:.Fade)
self.tableView.endUpdates()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment