Question

I have tab bar as shown in attached figure. I would like to make this blue color ,which I believe default, to green. Is there way to make it ?

enter image description here

Was it helpful?

Solution

You can use this at your view controller.

[[self tabBarController] tabBar].tintColor =[UIColor greenColor];
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top