Skip to content

Instantly share code, notes, and snippets.

@MylesCaley
Created January 24, 2017 20:03
Show Gist options
  • Save MylesCaley/ac1ba07677bf8569c5ef065cb2e6eafd to your computer and use it in GitHub Desktop.
Save MylesCaley/ac1ba07677bf8569c5ef065cb2e6eafd to your computer and use it in GitHub Desktop.
// there are cases where you just need to update the display and not the data
// for example if you change the constants on a constraint
self!.tableView?.beginUpdates()
self!.tableView?.endUpdates()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment