Explorar o código

1.UI相关还原

huangxiaodong hai 1 ano
pai
achega
e0f4d84d66

+ 2 - 2
创维盒子/双子星云手机/Base/Controller/BaseViewController.m

@@ -63,7 +63,7 @@
         make.right.mas_equalTo(0);
         make.height.mas_equalTo(64.f+AdaptNaviHeight);
     }];
-    self.navigationBar.hidden = YES;
+    //self.navigationBar.hidden = YES;
     
     // 底部工具条
     self.toolBar = [HWToolBar shareInstance];
@@ -75,7 +75,7 @@
         make.width.mas_equalTo(SCREEN_W);
         make.height.mas_equalTo(TABBARHEIGHT);
     }];
-    self.toolBar.hidden = YES;
+    //self.toolBar.hidden = YES;
     
     navBarBGView = [[UIView alloc] init];
     [navBarBGView setBackgroundColor:HWF5F7FAColor];

+ 0 - 1
创维盒子/双子星云手机/Class/Controller/HWWebViewController.m

@@ -218,7 +218,6 @@
 //    self.webView. = NO;
     [self.view addSubview:self.webView];
     
-    self.navigationBar.hidden = NO;
     [self.webView mas_makeConstraints:^(MASConstraintMaker *make) {
         make.top.mas_equalTo(self.navigationBar.mas_bottom);
         make.left.mas_equalTo(0);

+ 3 - 0
创维盒子/双子星云手机/Class/Guide/GuideViewController.m

@@ -33,6 +33,9 @@
 - (void)viewDidLoad {
     [super viewDidLoad];
     // Do any additional setup after loading the view.
+    
+    self.navigationBar.hidden = YES;
+    
     [self drawAnyView];