iphone dev - 活动指示器随表格滚动

发布于 2024-09-02 07:02:12 字数 145 浏览 5 评论 0原文

在我的应用程序的视图中,我对 tableViewController 进行子类化,并在加载表格内容时显示一个活动指示器。我把它放在屏幕的中心,但它与 tableView 一起滚动(我猜原因是我将它添加为表视图的子视图)。有没有办法即使表格滚动也可以将活动指示器保留在屏幕中央?

In a view of my app I subclass tableViewController and has an activity indicator shown up when the table content is loading. I put it in the center of the screen but it scroll with the tableView (I guess the reason is I add it as a subview of the table view). Is there a way that I can keep the activity indicator in the center of the screen even the table is scrolling?

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

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

发布评论

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

评论(1

傲世九天 2024-09-09 07:02:12

您可以将 UIViewController 子类化,然后设置一个表属性,将 UITableView 添加为 UIView 的子类,使其行为与一个 UITableViewController。

或者,更简单地,您可以将 UIActivityIndi​​cator 作为子视图添加到主窗口。

You could either subclass a UIViewController instead, and set a table property, adding a UITableView as a subclass to the UIView, making it behave exactly like a UITableViewController.

Or, more simply, you could just add the UIActivityIndicator as a subview to the main window.

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