我試圖讓UIImage有輕微的浮動效果。uiimage動畫效果
[UIView setAnimationDelegate:self];
[UIView setAnimationDidStopSelector:@selector(endSwipeAnimation)];
[UIView setAnimationCurve:UIViewAnimationCurveEaseOut];
[UIView setAnimationRepeatCount:10];
[myImage setAlpha:1.0];
[myImage setAlpha:0.7];
[UIView setAnimationRepeatAutoreverses:NO];
[UIView commitAnimations];
任何想法如何做到這一點?
在此先感謝
你可以發佈一個短暫的視頻剪輯,說明目前正在做什麼,並且更好地描述你想要做什麼? – 2011-01-27 11:29:50