I have an app that can launch in portrait or landscape. I\'d like the Default.png file (the splash image that appears when the app launches) to show the image in the correct
You can name your start up images specifically for the orientation and each one will be displayed for that orientation
Default-Portrait.png
Default-PortraitUpsideDown.png
Default-Landscape.png
Default-LandscapeLeft.png
Default-LandscapeRight.png