Difference between launch image and splash screen

Warrior picture Warrior · Aug 27, 2012 · Viewed 23.7k times · Source

I was going through iOS Human Interface Guidelines.

It was mentioned as

  1. Display a launch image that closely resembles the first screen of the application. This practice decrease the perceived launch time of your application.

  2. Avoid displaying an About Window or a splash screen. In general, try to avoid providing any type of startup experience that prevents people from using your application immediately.

What is the difference between a launch image and a splash screen?

Answer

jcesarmobile picture jcesarmobile · Aug 27, 2012

Launch image is the image that appears when you launch your app, the images you put in the xcode (iphone, iphone retina, ipad landscape, ipad landscape retina, ipad portrait and ipad portrait retina) Apple recomends using a screenshot of your app main window, so it appears that your app launch faster (I use a screenshot without buttons)

Splass screen is, for example, the screens the games use, where you can see the company logo and some other info, some of them even use 2 or 3 splass screens. You have to include them programmatically