Marino Faggiana 8 years ago
parent
commit
a58ab04c1f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      iOSClient/AppDelegate.m

+ 1 - 0
iOSClient/AppDelegate.m

@@ -169,6 +169,7 @@
     pageControl.pageIndicatorTintColor = [UIColor whiteColor];
     pageControl.currentPageIndicatorTintColor = COLOR_PAGECONTROL_INDICATOR;
     pageControl.backgroundColor = COLOR_BACKGROUND_PAGECONTROL;
+    [[UIBarButtonItem appearanceWhenContainedIn: [UISearchBar class], nil] setTintColor:COLOR_TEXT_ANTHRACITE];
     
     // remove tmp & cache
     dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{