Skip to content

Instantly share code, notes, and snippets.

@joncardasis
Created May 31, 2017 19:52
Show Gist options
  • Save joncardasis/ae0026bb675fc9c7b580b814de8f1db3 to your computer and use it in GitHub Desktop.
Save joncardasis/ae0026bb675fc9c7b580b814de8f1db3 to your computer and use it in GitHub Desktop.
[Medium Gists] CATransation
CATransaction.begin()
CATransaction.setAnimationDuration(0.5)
styledButton.layer.opacity = 0.5
styledButton.layer.backgroundColor = UIColor.white.cgColor
CATransaction.commit()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment