self.tabBar.tintColor=UIColor.orange
self.tabBar.barTintColor=UIColor.red
UITabBarItem.appearance().setTitleTextAttributes(
[NSForegroundColorAttributeName:UIColor.gray], for:.normal)
UITabBarItem.appearance().setTitleTextAttributes(
[NSForegroundColorAttributeName:UIColor.gray], for:.selected)
网友评论