2017-12-22 38 views

답변

0

배경색 텍스트 및 글꼴 사용이 코드를 변경하기 위해이 코드

self.navigationController?.setBackgroundColor(UIColor.blue) 

를 사용 설정하려면

UINavigationBar.appearance().largeTitleTextAttributes = 
[NSAttributedStringKey.foregroundColor:UIColor.blue, 
NSAttributedStringKey.font:UIFont.boldSystemFont(ofSize: 22)] 

시도