Swift 改变导航条标题属性

来源:互联网 发布:上海磁记录数据恢复 编辑:程序博客网 时间:2024/06/06 01:38

 self.navigationController!.navigationBar.titleTextAttributes=[NSFontAttributeName :  UIFont.boldSystemFontOfSize(20), NSForegroundColorAttributeName : UIColor.whiteColor()];


self.navigationController!.navigationBar.setBackgroundImage(UIImage(named: "title2.png") , forBarMetrics: UIBarMetrics.Default)


0 0
原创粉丝点击