- 設(shè)置背景色
tabBar.barTintColor = UIColor.white
-
UITabBarItem
選中和未選中時(shí)title
顏色
UITabBarItem.appearance().setTitleTextAttributes([NSForegroundColorAttributeName : UIColor.blue], for: .normal)
UITabBarItem.appearance().setTitleTextAttributes([NSForegroundColorAttributeName : UIColor.red], for: .selected)