Created
November 1, 2012 07:28
-
-
Save lerosua/3992320 to your computer and use it in GitHub Desktop.
用于设置UIImageView图像时有个过渡渐变过程的动画代码
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: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