iOS/iOS Swift 개발 일기

iOS swift navigation bar background color

Developer-Michelle 2022. 9. 25. 15:33

iOS swift navigation bar background color

 

https://stackoverflow.com/questions/24687238/changing-navigation-bar-color-in-swift

 

Changing navigation bar color in Swift

I am using a Picker View to allow the user to choose the colour theme for the entire app. I am planning on changing the colour of the navigation bar, background and possibly the tab bar (if that is

stackoverflow.com

 

navigationController?.navigationBar.barTintColor = UIColor.green

 

self.navigationController?.navigationBar.alpha = 0.9

투명도도 바꾸는거 가능