简体   繁体   中英

Tabbar Color Change

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 ?

在此处输入图片说明

您可以在视图控制器上使用它。

[[self tabBarController] tabBar].tintColor =[UIColor greenColor];

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM