func application(application: UIApplication,didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
//设置启动图片停留时间
NSThread .sleepForTimeInterval(10.0)
return true
}
func application(application: UIApplication,didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
//设置启动图片停留时间
NSThread .sleepForTimeInterval(10.0)
return true
}
本文标题:iOS开发之Swift设置启动动画停留时间
本文链接:https://www.haomeiwen.com/subject/gejahttx.html
网友评论