在AppDelegate.m的函数,添加红色语句。
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
[NSThread sleepForTimeInterval:3.0];
// Override point for customization after application launch.
return YES;
}