login 适配 se 5s 新增icon 主页修改
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user