[MAPSME-3862] [ios] Fixed UIBarButtonItem color.

This commit is contained in:
Ilya Grechuhin 2017-02-17 11:11:46 +03:00 committed by Sergey Yershov
parent a95f296547
commit faf88ca063

View file

@ -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];