码迷,mamicode.com
首页 > 移动开发 > 详细

ios 设置启动图时间

时间:2015-07-07 16:31:22      阅读:125      评论:0      收藏:0      [点我收藏+]

标签:

是启动页停留一段时间 只需要在 AppDelegate

 

 

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

// Override point for customization after application launch.

 

[NSThread sleepForTimeInterval:3.0];//设置启动页面时间

 

return YES;

}


 

添加一个 [NSThread sleepForTimeInterval:3.0];//设置启动页面时间

ios 设置启动图时间

标签:

原文地址:http://www.cnblogs.com/xiezefeng/p/4627169.html

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