Notice
Recent Posts
Recent Comments
Link
아미(아름다운미소)
iOS] Swift navigation bar 색상 변경 본문
Changing navigation bar color in Swift
- Navigation BarnavigationController?.navigationBar.barTintColor = UIColor.green
navigationController?.navigationBar.titleTextAttributes = [NSForegroundColorAttributeName: UIColor.orange]
tabBarController?.tabBar.barTintColor = UIColor.brown
tabBarController?.tabBar.tintColor = UIColor.yellow
'랭귀지 > SWIFT' 카테고리의 다른 글
[iOS Swift] Textfield 키보드 내리기 (0) | 2018.07.06 |
---|---|
Playing mp3 song on python (0) | 2018.06.14 |
버튼으로 SWRevealViewController를 관리하는 방법 (0) | 2018.06.10 |
SWRevealViewController의 SlideMenuViewController에서 TabBarController 열기 (0) | 2018.06.06 |
iOS - Swift4) Present and dismiss modal view controller(모달 뷰 컨트롤러 표시 및 닫기) (0) | 2018.06.02 |
Comments