func setupNavigationView() {
self.navigationController?.navigationBar.backgroundColor = UIColor.white
self.navigationController?.navigationBar.titleTextAttributes = [NSAttributedStringKey.foregroundColor:UIColor.white,
NSAttributedStringKey.font: UIFont.systemFont(ofSize: 18)]
}
网友评论