I have been testing some of my existing and one new app on iOS 7. All use a Default.png as a splash screen before the main app launches.
The problem is prior to iOS7 it all works fine, however on iOS 7 you get the Default.png displayed as expected and also a stretched full screen version behind…
Now I know the advice is often to create your own splash screen, however my apps generally load very quickly and using a Default.png it would have only been visible for a couple of seconds. If I use my own splash screen then even if it is created as the first line in main, I still see the black empty screen for a couple of seconds before the splash screen… leading me to believe it isn’t worth while.
Default.png is working as expected on Android (and iOS6).
What are you guys doing on iOS7?