From 46bf2c8cc1d3bcf8ba8b2ba6a0a582a8d60895b5 Mon Sep 17 00:00:00 2001 From: xuemh Date: Thu, 15 Mar 2018 22:33:32 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90iPhoneX=E9=80=82=E9=85=8D=E3=80=91?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E5=B7=A5=E5=85=B7=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../IfishTabControllers/IfishMianTabViewController.m | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Ifish/controllers/IfishTabControllers/IfishMianTabViewController.m b/Ifish/controllers/IfishTabControllers/IfishMianTabViewController.m index c762200..eb1ab5e 100644 --- a/Ifish/controllers/IfishTabControllers/IfishMianTabViewController.m +++ b/Ifish/controllers/IfishTabControllers/IfishMianTabViewController.m @@ -60,11 +60,8 @@ extern BOOL launchedByNotification; // Do any additional setup after loading the view. //[self creatViewControllers]; //[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; - backView.backgroundColor = [UIColor whiteColor]; - [self.tabBar insertSubview:backView atIndex:0]; - self.tabBar.opaque = YES; + + self.tabBar.translucent = NO; [[NIMSDK sharedSDK].systemNotificationManager addDelegate:self]; [[NIMSDK sharedSDK].conversationManager addDelegate:self];