From 64b0493e4bd40c46e341fd5de9f1862998c431b0 Mon Sep 17 00:00:00 2001 From: lijunda <475576921@qq.com> Date: Thu, 16 Aug 2018 16:35:30 +0800 Subject: [PATCH] 无修改,测试混淆代码 --- pregnancy_guard/BaseProject/AppDelegate.m | 14 +------------- 1 files changed, 1 insertions(+), 13 deletions(-) diff --git a/pregnancy_guard/BaseProject/AppDelegate.m b/pregnancy_guard/BaseProject/AppDelegate.m index 41d8870..61d04e0 100644 --- a/pregnancy_guard/BaseProject/AppDelegate.m +++ b/pregnancy_guard/BaseProject/AppDelegate.m @@ -81,6 +81,7 @@ LoginPage *root = [[LoginPage alloc]init]; UINavigationController *nav = [[UINavigationController alloc]initWithRootViewController:root];//������root���������navigation��� nav.navigationBarHidden = YES; + NSLog(@"123"); [self.window setRootViewController:nav];//navigation������window��� [self.window makeKeyAndVisible]; } @@ -110,21 +111,8 @@ [self.internetReachability startNotifier]; [self updateInterfaceWithReachability:self.internetReachability]; - // Override point for customization after application launch. - UIUserNotificationType types = UIUserNotificationTypeBadge | - UIUserNotificationTypeSound | UIUserNotificationTypeAlert; - UIUserNotificationSettings *mySettings = - [UIUserNotificationSettings settingsForTypes:types categories:nil]; - if(mySettings != nil) - { - [[UIApplication sharedApplication] registerUserNotificationSettings:mySettings]; - } - - //_currentDevice = _selectedDevice.mac; - - [self showLoginPage]; //������������:NSException -- Gitblit v1.8.0