https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html#//apple_ref/doc/uid/TP40009252-SW24
在app的plist文件增加以下字段:
<key>UILaunchImageFile</key>
<string>SplashScreen</string>
在app的根目录下添加SplashScreen.png, [email protected](Retina屏幕)文件和[email protected](iPhone5以上), iPhone 6 和iPhone 6Plus也会用[email protected]作为splash屏幕。
如果不在plist文件中指定splashScreen图片,系统会自动在根目录下寻找Default.png或[email protected]图片
时间: 2024-11-14 20:52:53