在 xcode 中添加启动屏幕的示例代码
谁能给我提供一个示例代码,用于将启动屏幕添加到现有的 Xcode 项目中。添加启动画面的更好方法是什么?我的意思是它是使用模型视图控制器还是只是在资源文件夹中添加图像。如果我想在启动屏幕上播放任何电影,我该怎么做?
Can anyone provide me a sample code for adding a splash screen to an existing Xcode project. What is the better way to add a splash screen? I mean is it using model view controller or just adding the image in resource folder. And if I want to play any movie on the splash screen then how can I do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您正在寻找视频类型的启动画面吗?
完成这些源代码步骤。
http://iphonedevcentral.blogspot.com/ 2010/08/display-iphone-movies-in-portrait-mode.html
编写您自己的实用程序类。在“视频完成”上单击“显示主屏幕”
代码: http://iosdevelopertips.com/wp-content/uploads/2010/07/MoviePlayer-Portrait-Mode-ios4.zip
You are looking for Splash screen of video type right?
Go through these source code steps.
http://iphonedevcentral.blogspot.com/2010/08/display-iphone-movies-in-portrait-mode.html
Write your own Utility Class. And on Video Done clicked show your home screen
Code: http://iosdevelopertips.com/wp-content/uploads/2010/07/MoviePlayer-Portrait-Mode-ios4.zip