I have a 320×480 sized launch image named 'Default.png' and the app is configured to also display how the status bar.
When my app launches, the image's top 20 pixels are cut off and hidden by the status bar.
According to Apple's HIG, the listed dimensions for iPhone and iPod Touch in Portrait mode are are: 320 x 480 pixels 640 x 960 pixels (high resolution)
How do I make it shift so the image is shown correctly, below the status bar?