如何在 iPhone 上显示加载边框?

发布于 2024-09-06 17:49:36 字数 433 浏览 4 评论 0原文

我正在构建一个应用程序,它从网络加载内容以填充 TableView。

我想添加某种加载指示器,以便屏幕不只包含空白表格。

我在想这样的事情:


(来源:iclarified.com

我一直在尝试在文档和谷歌上查找它,但说实话,我不知道要搜索什么。有什么指点吗?或者还有其他方法我应该这样做吗?

I'm building an application where it loads contents off of the web to populate a TableView.

I would like to add some sort of loading indicator so that the screen won't just contain the blank table.

I was thinking about something like this:


(source: iclarified.com)

I've been trying to look it up on documentation and Google, but to be honest don't know what to search for. Any pointers? Or is there any other way I should do this?

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

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

发布评论

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

评论(2

驱逐舰岛风号 2024-09-13 17:49:36

有两种可能的方法:

  1. 懒惰的方法:创建一个包含边框和正在加载...文本的透明 PNG 图像。将其显示在屏幕上并在其顶部放置一个 UIProgressView
  2. 更好的方法:使用 http://github.com/jdg/MBProgressHUD

Two possible ways to do it:

  1. The lazy way: Create a transparent PNG image containing the bezel and the loading... text. Display it on the screen and put a UIProgressView on top of it.
  2. The better way: Use http://github.com/jdg/MBProgressHUD
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文