iPhone动画在一次通过后停止
我正在运行 SDK 3.2.3 我有一个带有三个视图控制器的简单选项卡栏控制器。每个视图控制器都有一个用于简单动画的 NSArray 图像。当按下每个选项卡时,动画会循环运行,但是如果您在按下另一个选项卡后返回到第一个选项卡,则动画不会再次运行。我可以在这里放入任何代码以使其一次又一次运行吗?非常感谢您的帮助。
I'm running SDK 3.2.3 I have a simple tab bar controller with three view controllers. Each view controller has an NSArray of images for a simple animation. The animation runs a loop when each of the tabs is pushed however if you go back to tab one after you've pressed another tab, the animation doesn't run again. Any code I could put in here to have it run again and again? help would be much appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该考虑在 viewWillDissappear 方法中停止动画,然后在 viewWillAppear 中重新启动它。
无论如何,如果你不粘贴你的代码很难帮助你
You should consider to stop your animation on the viewWillDissappear method and start it again in the viewWillAppear.
Anyway, if you dont paste ypur code is very difficult to help you