swift 设置标题字体属性
self.navigationItem.title = "HOME"
self.navigationController?.navigationBar.titleTextAttributes = [NSAttributedString.Key.foregroundColor:UIColor.darkGray,NSAttributedString.Key.font : UIFont.systemFont(ofSize: 22)
self.navigationItem.title = "HOME"
self.navigationController?.navigationBar.titleTextAttributes = [NSAttributedString.Key.foregroundColor:UIColor.darkGray,NSAttributedString.Key.font : UIFont.systemFont(ofSize: 22)