Settings:
X Code Version: 4.1
OS Version: Mac OS X 10.7 (Lion)
Settings:
X Code Version: 4.1
OS Version: Mac OS X 10.7 (Lion)
| Device | Portrait | Landscape |
| iPhone and iPod touch | 320 x 480 pixels
| Not supported |
| iPad | 768 x 1004 pixels | 1024 x 748 pixels |
| Modifier | Description |
-PortraitUpsideDown | Specifies an upside-down portrait version of the launch image. A file with this modifier takes precedence over a file with the -Portrait modifier for this specific orientation. |
-LandscapeLeft | Specifies a left-oriented landscape version of the launch image. A file with this modifier takes precedence over a file with the -Landscape modifier for this specific orientation. |
-LandscapeRight | Specifies a right-oriented landscape version of the launch image. A file with this modifier takes precedence over a file with the -Landscape modifier for this specific orientation. |
| -Portrait | Specifies the generic portrait version of the launch image. This image is used for right-side up portrait orientations and takes precedence over the Default.png image file (or your custom-named replacement for that file). If a file with the -PortraitUpsideDown modifier is not specified, this file is also used for upside-down portrait orientations as well. |
| -Landscape | Specifies the generic landscape version of the launch image. If a file with the -LandscapeLeft or -LandscapeRight modifier is not specified, this image is used instead. This image takes precedence over the Default.png image file (or your custom-named replacement for that file). |
| (none) | If you provide a launch image file with no orientation modifier, that file is used when no other orientation-specific launch image is available. Before iOS 3.2, this is the only supported launch image file type and must be named Default.png. |
The following device modifiers are recognized for launch images in iOS 4.0 and later:
● ~ipad. The launch image should be loaded on iPad devices only.
● ~iphone. The launch image should be loaded on iPhone or iPod touch devices only.