相关设置如图所示,图一——>图二——>图三
图一
图二
图三
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Override point for customization after application launch.
//延迟进入应用,避免应用启动过快,导致启动图片一闪而过
[NSThread sleepForTimeInterval:3.0];
return YES;
}
1、iPhone Portrait iOS 8
(1)Retina HD 5.5:Default-800-Portrait-736h@3x.png(1242 x 2208)
(2)Retina HD 4.7:Default-800-667h@2x.png(750 x 1334)
2、iPhone Portrait iOS 7,8
(1)2x:Default@2x.png(640 x 960)
(2)Retina 4:Default-700-568h@2x.png(640 x 1136)
3、iPhone Portrait iOS 5,6
(1)1x:Default.png(320 x 480)
(2)2x:Default@2x.png(640 x 960)
(3)Retina 4:Default-700-568h@2x.png(640 x 1136)
本文介绍了如何在Xcode6.2中设置不同iOS版本的启动页LaunchImage,包括iPhone Portrait在iOS 8、7、5、6的适配图片规格,以延长启动页显示时间。
2702

被折叠的 条评论
为什么被折叠?



