I have been reading through the iOS Human Interface Guidelines as a more senior developer has turned around and told me that there is no need for the default.png
images or as he calls them splash screens and he believes this because of this line:
As much as possible, avoid displaying a splash screen or other startup experience. It’s best when users can begin using your app immediately.
But I don't believe he is correct, because this document also states
You must provide at least one launch image. Typically, an iPhone app includes at least one launch image in portrait orientation; an iPad app includes at least one launch image in portrait orientation and at least one launch image in landscape orientation.
Now I have done some research and found Difference between launch image and splash screen but there is no definitive answer on there.
Can anyone provide any other evidence (Possibly from Apple) that states that these images are required so I can go back and say "No you are wrong"?
And if possible a good descriptive answer describing the difference between a Launch image (default.png
) and a splashscreen (Which in my opinion is not the default.png
image)?