iPhone动画在一次通过后停止

发布于 2024-09-08 05:29:52 字数 163 浏览 0 评论 0原文

我正在运行 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

何处潇湘 2024-09-15 05:29:52

您应该考虑在 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文