Created
July 24, 2019 22:39
-
-
Save kichiemon/a0e4a5b8319d141c679e23a092f64197 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
CATransaction.begin() | |
CATransaction.setCompletionBlock { [weak self] () in | |
self?.tableView.reloadData() | |
} | |
self.data = data | |
CATransaction.commit() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment