美文网首页
启动图片设置显示时间

启动图片设置显示时间

作者: 江河_ios | 来源:发表于2018-09-28 17:19 被阅读0次

启动图片设置显示时间

在入口文件中AppDelegate/AppController/UnityAppController

添加以下代码,已有该方法的话就将[NSThread sleepForTimeInterval:5.0];

添加到函数最前面。

      - (BOOL)application:(UIApplication*)application didFinishLaunchingWithOptions:(NSDictionary*)launchOptions {      [NSThreadsleepForTimeInterval:5.0];//设置启动页面时间returnYES;}

相关文章

网友评论

      本文标题:启动图片设置显示时间

      本文链接:https://www.haomeiwen.com/subject/bqipoftx.html