iOS

Swift3.0 tabbar背景色,文字颜色修改

2017-04-27  本文已影响173人  Bager

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)

上一篇下一篇

猜你喜欢

热点阅读