xcode6.2设置启动页

 相关设置如图所示,图一——>图二——>图三

图一

 

图二

图三

 

 

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {

    // Override point for customization after application launch.

    

    // 延迟进入应用,避免应用启动过快,导致启动图片一闪而过

    [NSThread sleepForTimeInterval:3.0];

    

    return YES;

}

posted @ 2015-04-02 10:21  在bug中前行  阅读(256)  评论(0编辑  收藏  举报