login 适配 se 5s 新增icon 主页修改

This commit is contained in:
lianxiang
2018-09-04 21:54:04 +08:00
parent 3a3e6eeee9
commit 17d4481f2c
66 changed files with 1136 additions and 306 deletions
+4 -6
View File
@@ -48,10 +48,11 @@
self.window.rootViewController = self.rootTabBarVC;
self.window.backgroundColor = [UIColor whiteColor];
[self.window makeKeyAndVisible];
}
-(void)initTabItems{
UITabBar *tabBar = self.rootTabBarVC.tabBar;
UITabBarItem *item0 = [tabBar.items objectAtIndex:0];
UITabBarItem *item1 = [tabBar.items objectAtIndex:1];
@@ -69,7 +70,6 @@
;
item2.image = [[UIImage imageNamed:@""] imageWithRenderingMode:UIImageRenderingModeAlwaysOriginal];
}
-(void)configEnvironment{
@@ -81,10 +81,11 @@
GiGaMaskTaskViewController *maskeVC = [[GiGaMaskTaskViewController alloc] init];
GiGaBaseNavViewController *maskNav =[[GiGaBaseNavViewController alloc] initWithRootViewController:maskeVC];
maskNav.navigationBar.titleTextAttributes = @{NSForegroundColorAttributeName : [UIColor blackColor]};
maskeVC.title = @"面膜时间";
[maskeVC addNavTitile:GIGALocalComm(@"masktime_nav_title")];
self.window.rootViewController = maskNav;
self.window.backgroundColor = [UIColor whiteColor];
[self.window makeKeyAndVisible];
}
-(void)creatAdView{
@@ -109,8 +110,6 @@
//授权
[[UIApplication sharedApplication] registerUserNotificationSettings:setings];
}
}
//接收本地通知 ios 8
@@ -121,7 +120,6 @@
[[GiGaLocalNotificationManager localNotifiationCenter] didResaveloaclNitification:notification];
}
}