相关设置如图所示,图一——>图二——>图三
图一
图二
图三
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Override point for customization after application launch.
// 延迟进入应用,避免应用启动过快,导致启动图片一闪而过
[NSThread sleepForTimeInterval:3.0];
return YES;
}