문제

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