Created
May 31, 2017 19:52
-
-
Save joncardasis/ae0026bb675fc9c7b580b814de8f1db3 to your computer and use it in GitHub Desktop.
[Medium Gists] CATransation
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.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