문제

The main thing that I'd like to change is the tint of the UINavigationBar that appears in the "More" item of a UITabBar. I've done this for other NavigationControllers in normal items, but I haven't found where the one in the More item is defined.

도움이 되었습니까?

해결책

In the file that owns the tab bar controller insert the following:

self.tabBarController.moreNavigationController.navigationBar.tintColor = [UIColor blueColor];
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top