Swift - UINavigation title 修改
2018-05-02 本文已影响7人
会飞的大西瓜v
func setupNavigationView() {
self.navigationController?.navigationBar.backgroundColor = UIColor.white
self.navigationController?.navigationBar.titleTextAttributes = [NSAttributedStringKey.foregroundColor:UIColor.white,
NSAttributedStringKey.font: UIFont.systemFont(ofSize: 18)]
}