From faf88ca06360fa5ab15c746819d120fd3b9bdf60 Mon Sep 17 00:00:00 2001 From: Ilya Grechuhin Date: Fri, 17 Feb 2017 11:11:46 +0300 Subject: [PATCH] [MAPSME-3862] [ios] Fixed UIBarButtonItem color. --- iphone/Maps/Classes/MapsAppDelegate.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/iphone/Maps/Classes/MapsAppDelegate.mm b/iphone/Maps/Classes/MapsAppDelegate.mm index c669862b59..96e7dcbbf0 100644 --- a/iphone/Maps/Classes/MapsAppDelegate.mm +++ b/iphone/Maps/Classes/MapsAppDelegate.mm @@ -661,6 +661,7 @@ using namespace osm_auth_ios; NSForegroundColorAttributeName : [UIColor lightGrayColor], } forState:UIControlStateDisabled]; + barBtn.tintColor = [UIColor whitePrimaryText]; UIPageControl * pageControl = [UIPageControl appearance]; pageControl.pageIndicatorTintColor = [UIColor blackHintText];