UITabBar设置背景色以及UITabBarItem选中和未选

2018-05-26  本文已影响0人  KnowWhy
tabBar.barTintColor = UIColor.white
UITabBarItem.appearance().setTitleTextAttributes([NSForegroundColorAttributeName : UIColor.blue], for: .normal)
UITabBarItem.appearance().setTitleTextAttributes([NSForegroundColorAttributeName : UIColor.red], for: .selected)
上一篇下一篇

猜你喜欢

热点阅读