问题:想实现相似微信启动页同样 设置为一个整页面的图片微信
问题二:iOS启动页面如何设置多停留一会app
新建的iOS 项目启动画面默认为LaunchScreen.xibide
若是想实现一张图片做为启动页,以下图动画
若是启动不行 记得clear 一下工程 图片
是启动页停留一段时间 只须要在 AppDelegateget
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {it
// Override point for customization after application launch.io
[NSThread sleepForTimeInterval:3.0];//设置启动页面时间im
return YES;项目
}
添加一个 [NSThread sleepForTimeInterval:3.0];//设置启动页面时间
便可