Quote:
Originally Posted by MikesTooLz
The main view that gets loaded will have to bee the splash screen with the button.
When the button is clicked the app loads the next view.
Take a screenshot of the splash screen with the button disabled or hidden. Name it Default.PNG and place it in the root of your project.
Now when the app is loading it will show that screenshot (default.png) and after the app is loaded the main view of the splash screen with button will appear. To the user it will just look as if the button becomes enable or appears for them to click and continue.
If you take a screen shot with the botton there and enabled the end user will think they can click it to continue and will repeatedly click on it to try and continue while the app is still loading. It can frustrate them and also could cause the app to be rejected in the review process, so make sure the screenshot doesnt show a button that looks like it can be clicked to continue.
|
I read somewhere that the name has to be "Default.png" - note the capital-D.