Skip to content

Instantly share code, notes, and snippets.

@lerosua
Created November 1, 2012 07:28
Show Gist options
  • Save lerosua/3992320 to your computer and use it in GitHub Desktop.
Save lerosua/3992320 to your computer and use it in GitHub Desktop.
用于设置UIImageView图像时有个过渡渐变过程的动画代码
[UIView transitionWithView:self.buttonA duration:0.4f options:UIViewAnimationOptionTransitionCrossDissolve animations:^{
[self.buttonA setBackgroundImage:image forState:UIControlStateNormal];
}completion:NULL];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment