加载应用程序时显示 UIActivityIndicatorView
我检查了其他问题,没有发现我有疑问的问题。
有没有办法在加载 iPhone 应用程序时在 Default.png 的“顶部”显示 UIActivityIndicatorView?
提前致谢。
卡米洛@lx-apps.com/
I checked other questions and found none with my doubt.
Is there a way to display an UIActivityIndicatorView "on top" of Default.png while my iPhone application is being loaded?
Thanks in advance.
Camilo @ lx-apps.com/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将(静态)指示器视图图像粘贴到 Default.png 之上。当然它不会动画。
除此之外,您无法执行任何操作,因为应用程序尚未加载,因此您的任何 UI 代码都不会运行。
You can paste a (static) indicator view image on top of Default.png. Of course it won't animate.
Other than that you can't do anything because the app isn't loaded yet, so none of your UI code will run.