Created
January 24, 2017 20:03
-
-
Save MylesCaley/ac1ba07677bf8569c5ef065cb2e6eafd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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