那么如何为 UIViews 或 xcode 中的 UIImageViews 制作任何时间动画,但意味着当用户在应用程序中时,动画显示的任何时间,我的动画是这样的:
- (void)showAnimation
{
[UIImageView beginAnimations:@"EFFECT_SHOW" context:nil];
[UIImageView setAnimationCurve:UIViewAnimationCurveEaseInOut];
[UIImageView setAnimationDuration:5.0f];
self.imageAnimation.frame = CGRectMake(400, imageAnimation.frame.origin.y, imageAnimation.frame.size.width, imageAnimation.frame.size.height);
self.imageAnimation2.frame = CGRectMake(-400, imageAnimation2.frame.origin.y, imageAnimation2.frame.size.width, imageAnimation2.frame.size.height);
[UIImageView commitAnimations];
}
&当我调用方法时,我只是做 [self showAnimation];,但是在 viewDidload 中,只显示一次动画,如何随时制作?,我需要一个“while”问题吗?或者我可以在另一个虚空中吗?
感谢拉巴斯和圣克鲁斯德拉谢拉 - 玻利维亚的帮助和问候!摇滚吧!!!n_n'