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

时间:2012-06-20 10:24:44

标签: ios iphone ipad splash-screen

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

4 个答案:

答案 0 :(得分:8)

Apple引用:

  

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

当没有指定启动图像时,确实会拒绝该应用 只需截取自定义启动查看器的屏幕截图即可:)

答案 1 :(得分:7)

是。这是必需的。 http://developer.apple.com/library/ios/#documentation/userexperience/conceptual/mobilehig/IconsImages/IconsImages.html enter image description here

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

更新:来自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

答案 2 :(得分:2)

要将您的应用提交到应用商店,您需要启动图片。您不需要在Interface Builder中或以编程方式构建它,它只是一张图片。您可以通过运行iPhone模拟器并截取屏幕快速轻松地完成此操作。然后,您所要做的就是将图像复制到目标文件夹中,并指定该图像用作启动图像:

enter image description here

只需将图片文件拖到框中即可。

以下是有关应用程序图像要求的Apple文档:Custom Icon and Image Creation Guidelines

答案 3 :(得分:-5)

不,不需要设置启动图像。