- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
[NSThread sleepForTimeInterval:1.0];
NSLog(@"didFinishLaunchingWithOptions");
return YES;
}
本文共 268 字,大约阅读时间需要 1 分钟。
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
[NSThread sleepForTimeInterval:1.0];
NSLog(@"didFinishLaunchingWithOptions");
return YES;
}
转载于:https://www.cnblogs.com/zzili/archive/2012/12/06/6663253.html