Skip to content

Instantly share code, notes, and snippets.

@edwardean
Created December 17, 2015 08:59
Show Gist options
  • Save edwardean/84fbd633c14cceb6582f to your computer and use it in GitHub Desktop.
Save edwardean/84fbd633c14cceb6582f to your computer and use it in GitHub Desktop.
[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