Created
December 17, 2015 08:59
-
-
Save edwardean/84fbd633c14cceb6582f 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
[UIView transitionWithView:_animatedLabel | |
duration:0.5 | |
options:UIViewAnimationOptionTransitionCrossDissolve | |
animations:^{ | |
_animatedLabel.textColor = colorChanged?[UIColor greenColor]:[UIColor blackColor]; | |
} completion:^(BOOL finished) { | |
}]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment