【iPhoneX适配】底部工具栏
This commit is contained in:
parent
4286f754f2
commit
46bf2c8cc1
|
|
@ -60,11 +60,8 @@ extern BOOL launchedByNotification;
|
||||||
// Do any additional setup after loading the view.
|
// Do any additional setup after loading the view.
|
||||||
//[self creatViewControllers];
|
//[self creatViewControllers];
|
||||||
//[self setUpSubNav];
|
//[self setUpSubNav];
|
||||||
UIView *backView = [[UIView alloc] initWithFrame:CGRectMake(0, 0,self.view.frame.size.width, self.tabBar.frame.size.height)];
|
|
||||||
// backView.backgroundColor = TABLE_BAR_COLOR;
|
self.tabBar.translucent = NO;
|
||||||
backView.backgroundColor = [UIColor whiteColor];
|
|
||||||
[self.tabBar insertSubview:backView atIndex:0];
|
|
||||||
self.tabBar.opaque = YES;
|
|
||||||
|
|
||||||
[[NIMSDK sharedSDK].systemNotificationManager addDelegate:self];
|
[[NIMSDK sharedSDK].systemNotificationManager addDelegate:self];
|
||||||
[[NIMSDK sharedSDK].conversationManager addDelegate:self];
|
[[NIMSDK sharedSDK].conversationManager addDelegate:self];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue