Browse Source

improvement theming

Marino Faggiana 8 years ago
parent
commit
8149374914
1 changed files with 3 additions and 0 deletions
  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 --------------------------------------------------------------------------------------------