1.设置TabBar背景颜色
[UITabBar appearance].barTintColor = [UIColor greenColor];
2.设置选中的背景颜色
(1).在自定义UITabBarController中设置
(2).也可以在首页中的viewDidLoad中设置
1.设置TabBar背景颜色
[UITabBar appearance].barTintColor = [UIColor greenColor];
2.设置选中的背景颜色
(1).在自定义UITabBarController中设置
(2).也可以在首页中的viewDidLoad中设置
本文标题:TabBar选中背景颜色的改变的实现
本文链接:https://www.haomeiwen.com/subject/oeclkxtx.html
网友评论