iPhone SDK 加载屏幕

发布于 2024-09-17 10:21:56 字数 158 浏览 5 评论 0原文

我的应用程序中有一个视图,其中使用一张非常大的高分辨率照片,并且需要一些时间来加载。发生这种情况时如何放置加载屏幕?那种带有旋转加载轮的加载屏幕,这样应用程序看起来就不会冻结?预先感谢您的任何帮助!

编辑:请注意,我只是从主包加载图像,而不是 URL

I have a view in my app where I use a very large photo that is Hi-Res and takes a bit of time to load. How do I put a loading screen while this is happening? The kind of loading screen with the spinning loading wheel so that the app does not look like it has frozen? Thanks in advance for any help!

Edit: Note that I am simply loading the image from the main bundle and not a URL

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

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

发布评论

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

评论(2

风渺 2024-09-24 10:21:56

查看这些开源活动指标。


alt text

TDHUDProgressBar

看起来像 Tweetie 的/Twitter 的进度栏。


alt text

MBProgressHUD

出现并包含活动指示器的视图,非常类似于私有类 UIProgressHUD

Check out these Open-Source activity indicators.


alt text

TDHUDProgressBar

Looks like Tweetie's/Twitter's Progress bar.


alt text

MBProgressHUD

A view that appears and contains a Activity Indicator, much like the Private Class UIProgressHUD.

无法回应 2024-09-24 10:21:56

将活动指示器(旋转轮)放入您的视图中,并在高分辨率图像加载完成后将其隐藏。

Put an activity indicator (the spinning wheel) into your view and hide it when your hi-res image has finished loading.

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