闪屏 Xcode 进度条
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/9260434/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Splash screen Xcode progress bar
提问by Pinchy
Hi there is there any nice tutorial about progress bar and splash screen?
嗨,有关于进度条和启动画面的任何不错的教程吗?
I can't figure out how to accomplish that. It would be great if you give some guide on how to show a splash screen with progress bar when the program loads up.
我不知道如何做到这一点。如果您提供一些有关如何在程序加载时显示带有进度条的启动画面的指南,那就太好了。
Thanks for your help Cheers
谢谢你的帮助干杯
回答by Vignesh
You can create your own view controller with what ever you want and add it as a subview to your window for few seconds to show.
您可以使用您想要的任何内容创建自己的视图控制器,并将其作为子视图添加到您的窗口中几秒钟以显示。