2019-07-10
2019-07-10 本文已影响0人
木木奻
swift 设置标题字体属性
self.navigationItem.title = "HOME"
self.navigationController?.navigationBar.titleTextAttributes = [NSAttributedString.Key.foregroundColor:UIColor.darkGray,NSAttributedString.Key.font : UIFont.systemFont(ofSize: 22)