Domanda

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

È stato utile?

Soluzione

You can use this at your view controller.

[[self tabBarController] tabBar].tintColor =[UIColor greenColor];
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top