如何将 UIActivityIndicator 添加到窗口作为子视图..?
我必须将活动指示器添加到 UITableViewController 视图中,因为随着行数的增加,表视图高度可能会变得谨慎,因此活动指示器不可能显示在中心。 所以我想将其作为子视图添加到窗口并将其放在前面,但是当我尝试
[[self view] window] 时 它给出零, 我什至尝试了
[[[self view] superView] window] 然后它也只给出 nil 。
如何克服这个...
i have to add activity indicator to UITableViewController view since table view height can wary as number of rows increases its not possible to activity indicator display at center.
So i think to add it as subview to window and bring it front but when i try
[[self view] window]
it giving nil,
i tried even
[[[self view] superView] window] then also it giving nil only.
how to overcome this...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我用这个:
I use this: