kwjohns
Apr 23, 2009, 09:57 AM
I have a tabbar with more than 5 items and when I go to "More," the navigation controller bar is the default blue. How do I change the color of that? I typically use
self.navigationController.navigationBar.tintColor = [UIColor colorhere];
but not sure where I'd put this for the "More" tab that is created automatically?
self.navigationController.navigationBar.tintColor = [UIColor colorhere];
but not sure where I'd put this for the "More" tab that is created automatically?
