1.设置TabBar背景颜色
[UITabBar appearance].barTintColor = [UIColor greenColor];
2.设置选中的背景颜色
(1).在自定义UITabBarController中设置
(2).也可以在首页中的viewDidLoad中设置
1.设置TabBar背景颜色
[UITabBar appearance].barTintColor = [UIColor greenColor];
2.设置选中的背景颜色
(1).在自定义UITabBarController中设置
(2).也可以在首页中的viewDidLoad中设置