Marino Faggiana 8 жил өмнө
parent
commit
a58ab04c1f

+ 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), ^{