TTImageView 的加载屏幕

发布于 2024-11-29 14:38:50 字数 312 浏览 0 评论 0 原文

我有一个表格,其中包含从网络加载的图像。我希望在加载时有一个动画加载屏幕。

我尝试(成功)使用 UIImageView 并使用动画属性。但是我希望加载动画能够同步。最干净的方法是什么?

我尝试使用NSTimer。我会使用 NSDate 来获取毫秒 = m。然后 (m * 500) % 4 得到每 2 秒 4 帧。我无法让它发挥作用。我还觉得同时运行 10 到 20 个计时器有点混乱。我在想的一件事是拥有一个具有 NSMutableArray 的单例,您可以向其中添加一个更新适当图像的选择器。但它仍然很混乱。有什么想法吗?

I have a table with images that are loaded from the web. I'd like to have an animated loading screen while it's loading.

I tried (successfully) to use a UIImageView and use the animation property. I want the loading animation to be synced however. What would be the cleanest way to do this?

I tried to use NSTimer. I would use NSDate to get miliseconds = m. Then (m * 500) % 4 to get 4 frames per 2 seconds. I wasn't able to get it to work. I also feel it's a bit messy to have 10 to 20 timers going on at the same time. One thing I was thinking is to have a singleton that has a NSMutableArray to which you can add a selector that updates the appropriate image. But it's still quite messy. Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文