소스 검색

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:UIControlStateNormal];
     [button setBackgroundImage:buttonImage forState:UIControlStateHighlighted];
     [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
     // Tint Color GLOBAL WINDOW
     [self.window setTintColor:NCBrandColor.sharedInstance.textView];
     [self.window setTintColor:NCBrandColor.sharedInstance.textView];
 }
 }