记录
//修改NavigationBar title的属性
// let dict:NSDictionary = [NSAttributedStringKey.foregroundColor: UIColor.black,NSAttributedStringKey.font : UIFont.boldSystemFont(ofSize: 18)]
// self.navigationController?.navigationBar.titleTextAttributes = dict as? [NSAttributedStringKey : Any]
网友评论