vote up 7 vote down star
2

Originally I though I'll just take a screenshot of my app on the iPhone then tweak it in Photoshop.

The images should be 480 x 320 according to Apple doc, and the dimensions of my screenshot are 480 x 320. But, the screenshot contains notification area (where reception bars, battery life, etc. are displayed)

So, if I chop that part off my image will be a bit shorter and not 480px high.

What do I do? Submit a shorter image? Stretch it up so it's 480px but without the notification bar? Submit it with the notification bar in the image?

How did you create your Default.png?

flag

52% accept rate

5 Answers

vote up 12 vote down check

You can leave the notification area in the screenshot. The iPhone will draw the real notification bar over it.

link|flag
vote up 0 vote down

you should remember that you maybe need also some space for an In-Call status bar or the Tethering status bar. this bar has a height of 20 pixels. Even apple does not make it right. Put a call on hold and start "Photos" or the "Weather" app, then you can see what I mean. To test that you can use the menu "Toggle In-Call Status Bar" in the iPhone Simulator app.

link|flag
vote up 3 vote down

I think the best way to do it is to use the Xcode screenshotter & edit some of the GUI elements out, like the artwork or text on your buttons so people don't get frustrated when pushing 'buttons' on the Default.png doesn't make your app respond.

link|flag
1  
I second this. Load up a picture of an "empty" UI, this makes it look like your app is halfway loaded, but you still can't interact with it. It shows some progress of the load, too. – jbrennan Jul 10 at 16:48
vote up 15 vote down

There is support in Xcode for creating the default image. With the device connected, open the Organizer (Window > Organizer). Click the Screenshot tab, take a screenshot and click "Save as default image..." Choose your project and bingo jingo, you're done.

link|flag
vote up 1 vote down

Just edit out the notification area to match the background of the rest of the image. As long as your image is 480x320 you should be fine.

However, if your app takes more than a few seconds to load, you may want to rethink using a screenshot of your app as the startup screen. People might get confused and think the app is finished loading, when in fact it is not. I've seen some apps produce a "stylized" version of their UI in Photoshop, making it clear that it's just an image and not the actual UI.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.