Support iPhone 5 Without Splash Screen

I am creating my own splash screen for my app that is being faded in. It is animated, so I don’t want to use the normal one. But how can I activate support for the 5 without using the special splash screen? [import]uid: 59735 topic_id: 34319 reply_id: 334319[/import]

What you could do is provide a black image as your Default-568h@2x.png.
However if you’re loading a lot of assets, your home-grown splash screen may not fade-in until everything is loaded, which will just leave your app with a black screen for a long time.

I also suspect that an app will get rejected by Apple if you supply a Default*.png file with no content.

My recommendation is to use iOS’s built-in splash screen, and incorporate it to work with your own home-grown version. [import]uid: 70847 topic_id: 34319 reply_id: 136434[/import]

What you could do is provide a black image as your Default-568h@2x.png.
However if you’re loading a lot of assets, your home-grown splash screen may not fade-in until everything is loaded, which will just leave your app with a black screen for a long time.

I also suspect that an app will get rejected by Apple if you supply a Default*.png file with no content.

My recommendation is to use iOS’s built-in splash screen, and incorporate it to work with your own home-grown version. [import]uid: 70847 topic_id: 34319 reply_id: 136434[/import]