[MAPSME-4728] Fixed navbar buttons coloring.

This commit is contained in:
Ilya Grechuhin 2017-06-13 17:18:42 +03:00 committed by Sergey Yershov
parent d94f05b1ea
commit e8cb8b8361

View file

@ -739,6 +739,7 @@ using namespace osm_auth_ios;
NSForegroundColorAttributeName : [UIColor lightGrayColor],
}
forState:UIControlStateDisabled];
[UIBarButtonItem appearanceWhenContainedIn:[UINavigationBar class], nil].tintColor = [UIColor whitePrimaryText];
UIPageControl * pageControl = [UIPageControl appearance];
pageControl.pageIndicatorTintColor = [UIColor blackHintText];