[iOS] NavigationBar

네비게이션바 숨기기
f1

네비게이션바 색깔

  1. tintColor
    navigation items와 bar button items에 적용되는 색깔 f2 f3

  2. barTintColor
    NavigationBar background로 적용되는 색깔. isTranslucent를 false로 설정하지 않으면 기본적으로 반투명이다 f4 f5

    navigationbar와 view 모두 gray로 설정을 했지만 색이 다르다는걸 알 수 있다

    따라서 isTransLucent를 설정해야 한다
    f6 f7

  3. backgroundColor backgroundColor는
    f8

    여기서 사용되는 backgroundColor와 같다. view의 backgroundColor f9 f10

    • backgroundColor

    f11

    • barTintColor