如何改变TabBarButton的外观?

时间:2018-06-04 15:24:24

标签: ios uitabbarcontroller

我需要更改所选的TabBarItem的textLabel背景颜色。

1 个答案:

答案 0 :(得分:0)

        UITabBar.appearance().tintColor  = UIColor.red // Selected Color of tbabbar
        UITabBar.appearance().unselectedItemTintColor  = UIColor.gray // unselcted Color of tbabbar
        UITabBar.appearance().barTintColor  = UIColor.green  // background color of tabbar