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

有帮助吗?

解决方案

You can use this at your view controller.

[[self tabBarController] tabBar].tintColor =[UIColor greenColor];
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top