Is a splash screen necessary for an iPhone app?

后端 未结 4 461
情深已故
情深已故 2021-01-14 17:28

It is the first time I am going to sumbmit my app. I know from a document that launch images should be specified, but I have created my own launch view (a viewcontroller wit

4条回答
  •  暖寄归人
    2021-01-14 18:04

    Yes. It is required. http://developer.apple.com/library/ios/#documentation/userexperience/conceptual/mobilehig/IconsImages/IconsImages.html enter image description here

    Also it is the most easy task in the world. You just need to set an image as splash/launch image.

    UPDATED : From 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.

    Updated link: https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/LaunchImages.html#//apple_ref/doc/uid/TP40006556-CH22-SW1

提交回复
热议问题