码迷,mamicode.com
首页 > 其他好文 > 详细

iphone splash screen

时间:2015-04-07 19:09:15      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:

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, SplashScreen@2x.png(Retina屏幕)文件和SplashScreen-568h@2x.png(iPhone5以上), iPhone 6 和iPhone 6Plus也会用SplashScreen-568h@2x.png作为splash屏幕。

如果不在plist文件中指定splashScreen图片,系统会自动在根目录下寻找Default.png或Default@2x.png图片

iphone splash screen

标签:

原文地址:http://www.cnblogs.com/yibinpan/p/4398826.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!