美文网首页iOS
Swift3.0 tabbar背景色,文字颜色修改

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

作者: Bager | 来源:发表于2017-04-27 13:30 被阅读173次

    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)

    相关文章

      网友评论

        本文标题:Swift3.0 tabbar背景色,文字颜色修改

        本文链接:https://www.haomeiwen.com/subject/qvuizttx.html