ios 进入 等待时间
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
[NSThread sleepForTimeInterval:1.0];
NSLog(@"didFinishLaunchingWithOptions");
return YES;
}
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
[NSThread sleepForTimeInterval:1.0];
NSLog(@"didFinishLaunchingWithOptions");
return YES;
}