소스 검색

improvement theming

Marino Faggiana 8 년 전
부모
커밋
8149374914
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      iOSClient/Main/CCMain.m

+ 3 - 0
iOSClient/Main/CCMain.m

@@ -312,6 +312,9 @@
     // Menu e Bar
     [self createReMainMenu];
     [self createReSelectMenu];
+
+    // Refresh control
+    _refreshControl.tintColor = [NCBrandColor sharedInstance].brand;
 }
 
 #pragma --------------------------------------------------------------------------------------------