Skip to content

Instantly share code, notes, and snippets.

@susieyy
Created June 17, 2016 10:03
Show Gist options
  • Save susieyy/e863c8dabf243cfcd8f545e1855ea4b9 to your computer and use it in GitHub Desktop.
Save susieyy/e863c8dabf243cfcd8f545e1855ea4b9 to your computer and use it in GitHub Desktop.
Avoid awkward image animation with re-calculated height
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