Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS : Bypass the splash screen

Just for thought, Can we bypass the Splash-Screen of iPhone/iPad app while developing the app? Actually, I need app without Splash-screen, but If I haven't set image for Splash in X-code, it displays as black screen after launch, I want to override this.

like image 984
SRK Avatar asked Mar 14 '14 05:03

SRK


1 Answers

Splash image or Launch images are mandatory, as per HIG guidelines.

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.

Application submitted for review without splash screen will not be accepted by Apple.

like image 70
Amar Avatar answered Oct 13 '22 00:10

Amar