Pergunta

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

Foi útil?

Solução

You can use this at your view controller.

[[self tabBarController] tabBar].tintColor =[UIColor greenColor];
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top