大家好,我正在尝试在图像褪色到 alpha 0 后自动恢复图像,但无法弄清楚。
[UIImageView beginAnimations:nil context:NULL];
[UIImageView setAnimationDuration:4.0];
[_imageflushdownwater setAlpha:0];
self.imageflushdownwater.transform = CGAffineTransformRotate(_imageflushdownwater.transform, M_PI / 1);
[UIImageView commitAnimations];
提前致谢。