[iOS] NavigationBar
NavigationBar 설정
네비게이션바 숨기기
네비게이션바 색깔
-
tintColor
navigation items와 bar button items에 적용되는 색깔 -
barTintColor
NavigationBar background로 적용되는 색깔. isTranslucent를 false로 설정하지 않으면 기본적으로 반투명이다navigationbar와 view 모두 gray로 설정을 했지만 색이 다르다는걸 알 수 있다
따라서 isTransLucent를 설정해야 한다
-
backgroundColor backgroundColor는
여기서 사용되는 backgroundColor와 같다. view의 backgroundColor
- backgroundColor
- barTintColor