美文网首页
16 -- 设置导航栏字体

16 -- 设置导航栏字体

作者: _Nevermore | 来源:发表于2016-09-02 19:28 被阅读0次
    //设置导航栏背景颜色
        self.navigationController?.navigationBar.barTintColor =UIColor.redColor()
        
        let dict:NSDictionary = [NSForegroundColorAttributeName:UIColor.blackColor(),NSFontAttributeName : UIFont.boldSystemFontOfSize(18)]
        //标题颜色
        self.navigationController?.navigationBar.titleTextAttributes = dictas? [String : AnyObject]
        //item颜色
        self.navigationController?.navigationBar.tintColor =UIColor.grayColor()
    

    相关文章

      网友评论

          本文标题:16 -- 设置导航栏字体

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