Skip to main content
Inspiring
March 19, 2012
Question

iOS iPhone Strange Portrait Splash Image Issue [HELP]

  • March 19, 2012
  • 2 replies
  • 844 views

...  Has anyone made an iPhone4 app that the splash screen doesn't jitter during loading ?

When I launch my app .. the splash screen shows.. then it shifts down about 5-10 pixels .. then back up ..  then back down again.

Can someone please tell me the best way to get the splash screen to work properly?

My app is for portrait mode only.

What could be causing this ?

This topic has been closed for replies.

2 replies

March 20, 2012

Hi Applauz ,

Since yours is a Non-FullScreen app for portrait mode , try using a launch image of dimensions 320 x 460 (for non-retina ) and 640x940 (for retina) . This should solve you problem .

Known Participant
March 19, 2012

The trick is to include a default.png, as well as default@2x.png, not sure why but it works.

Applauz78Author
Inspiring
March 19, 2012

I do have both included.  Cant for the life of me figure this out.

Im also not running in fullscreen mode as i want the status bar in my app.

Any other ideas ?