I’m about to submit my first iPad app, and I have 2 questions regarding to Default.png images.
-
I would prefer a “splash screen” showing some artwork of my app, instead of the UI as if it was loaded, the app is a bit heavy and I’ve seen the users dispair when the UI is apparently loaded but it’s not working. Does anyone know if apple is accepting apps with “splash screens”?
-
I want to provide a Default-X.png for every orientation, I’ve read the iPad programming guide, my question is, is “Default-LandscapeLeft” a Default image rotated 90 degrees clockwise, and “Default-LandscapeRight” rotated 90 degrees counter clockwise?
I’m asking this because I don’t have an iPad yet to test this on.
Thank you a lot in advance.
Some are accepted, some are not, it doesn’t all depend on that. However, it is recommended that you avoid the heavy loading times that would require a splash-screen. You could find a compromise by showing an image of a faded-out version of your working UI. If you need initial loading activity, consider deferring this loading stage after the Default.png is displayed, and use a view with similar aspect, but with some sort of progress indicator.
You don’t need an iPad to test it, you can use the simulator, it can be rotated.