使用 UIProgressBar 显示下载状态

发布于 2024-11-19 04:01:51 字数 119 浏览 3 评论 0原文

有谁有关于在 iOS 中使用 UIProgessBar 来显示下载状态的好教程的链接吗?即使获取总下载大小并插入一条 if 语句来说明 if(已下载“x”兆字节),然后将 0.1 添加到进度条,我也不会有问题。感谢您的帮助!

Does anyone have a link to a good tutorial about using a UIProgessBar in iOS to display the status of a download? I wouldn't have a problem even taking the total download size and inserting an if statement that states if (downloaded "x" megabytes), then add 0.1 to the progress bar. Thanks for your help!

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

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

发布评论

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

评论(3

节枝 2024-11-26 04:01:51

ASIHTTPRequest 其作者不再维护。您可能想查看 MBProgressHUD

ASIHTTPRequest is no longer maintained by its author. You may want to look at MBProgressHUD instead.

屌丝范 2024-11-26 04:01:51

您需要将其分解为易于管理的部分。首先看看如何进行下载。我预计会涉及多线程之旅。然后,一旦您有了一些执行此操作的基本代码,就可以考虑处理后台线程中的接口对象。这将为您提供有关如何最好地更新显示器所需的信息。

You need to break this up into managable pieces. First look into how to do downloading. Something I expect would invole a trip into multitreading. Then once you have some basic code doing that, look into dealing with interface objects from background threads. This will give you the info you need as to how to best update displays.

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