Created
June 17, 2016 10:03
-
-
Save susieyy/e863c8dabf243cfcd8f545e1855ea4b9 to your computer and use it in GitHub Desktop.
Avoid awkward image animation with re-calculated height
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
UIView.setAnimationsEnabled(false) | |
self?.beginUpdates() | |
self?.endUpdates() | |
UIView.setAnimationsEnabled(true) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment