瀏覽代碼

fix ui/ux

marinofaggiana 5 年之前
父節點
當前提交
8e090adb83
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      iOSClient/AppDelegate.m

+ 4 - 0
iOSClient/AppDelegate.m

@@ -1046,6 +1046,10 @@ PKPushRegistry *pushRegistry;
     [button setBackgroundImage:buttonImage forState:UIControlStateNormal];
     [button setBackgroundImage:buttonImage forState:UIControlStateHighlighted];
     
+    tabBarController.tabBar.translucent = NO;
+    tabBarController.tabBar.barTintColor = NCBrandColor.sharedInstance.tabBar;
+    tabBarController.tabBar.tintColor = NCBrandColor.sharedInstance.brandElement;
+            
     // Tint Color GLOBAL WINDOW
     [self.window setTintColor:NCBrandColor.sharedInstance.textView];
 }