- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {// Override point for customization after application launch.[NSThread sleepForTimeInterval:3.0];//设置启动页面时间return YES;}添加一个 [NSThread sleepForTimeInterval:3.0];//设置启动页面时间