iPhone应用程序需要启动画面吗?

ite*_*nyh 3 iphone splash-screen ipad ios

这是我第一次总结我的应用程序.我从文档中知道应该指定启动图像,但是我创建了自己的启动视图(带有uilabel和uiimageview的viewcontroller)并且它工作得很好.但如果我不制作发射图像,我恐怕不被接受.有人可以给我一些建议吗?

Ann*_*nne 8

Apple引用:

自定义图标和图像:
- 应用程序图标(所有应用程序都需要)
- App Store的应用程序图标(所有应用程序都需要)
- 启动图像(所有应用程序都需要)
- [...]

如果未指定启动图像,则确实会拒绝该应用.
只需截取您的自定义启动查看器的截图,这就是全部:)


san*_*san 7

是.这是必需的.http://developer.apple.com/library/ios/#documentation/userexperience/conceptual/mobilehig/IconsImages/IconsImages.html 在此输入图像描述

这也是世界上最容易的任务.您只需将图像设置为启动/启动图像即可.

更新:来自Apple HIG: Design a launch image that is identical to the first screen of the app. The launch image gives users the impression that your app is fast and responsive because it appears instantly and is quickly replaced by the first screen of your app.

更新链接: https ://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/LaunchImages.html#//apple_ref/doc/uid/TP40006556-CH22-SW1