美文网首页
Swift - UINavigation title 修改

Swift - UINavigation title 修改

作者: 会飞的大西瓜v | 来源:发表于2018-05-02 12:06 被阅读7次
func setupNavigationView() {

        self.navigationController?.navigationBar.backgroundColor = UIColor.white
        self.navigationController?.navigationBar.titleTextAttributes = [NSAttributedStringKey.foregroundColor:UIColor.white,
                                                                        NSAttributedStringKey.font: UIFont.systemFont(ofSize: 18)]
    }

相关文章

网友评论

      本文标题:Swift - UINavigation title 修改

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