Initial commit
This commit is contained in:
+12
-1
@@ -7,6 +7,9 @@
|
||||
//
|
||||
|
||||
#import "AppDelegate.h"
|
||||
#import "AppDelegate+GiGaConfig.h"
|
||||
#import "AppDelegate+ThirdParty.h"
|
||||
#import "GiGaUserDefault.h"
|
||||
|
||||
@interface AppDelegate ()
|
||||
|
||||
@@ -17,10 +20,18 @@
|
||||
|
||||
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
|
||||
// Override point for customization after application launch.
|
||||
[NSThread sleepForTimeInterval:1];//延迟启动
|
||||
|
||||
[self configThridPartyWithOptions:launchOptions];
|
||||
[self configEnvironment];
|
||||
|
||||
[self setupRootVC];
|
||||
|
||||
//[self setupTabBarController];
|
||||
|
||||
return YES;
|
||||
}
|
||||
|
||||
|
||||
- (void)applicationWillResignActive:(UIApplication *)application {
|
||||
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
|
||||
// Use this method to pause ongoing tasks, disable timers, and invalidate graphics rendering callbacks. Games should use this method to pause the game.
|
||||
|
||||
Reference in New Issue
Block a user