Here's the list of default launch image file names as of iOS 6:
You can set the key UILaunchImageFile
in your info.plist
to override Default
in all of the file names above. For example, if you specify the value LaunchImage
in this key, then the launch image for a standard resolution iPhone would be LaunchImage.png
.
Additionally, if you want to provide separate launch images for iPad apps that are flipped 180-degrees from the standard, you can substitute the following modifiers in place of -Portrait
and -Landscape
:
- -Portrait (home button down)
- -PortraitUpsideDown (home button on top)
- -LandscapeLeft (home button on left side)
- -LandscapeRight (home button on right side)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…