iOS swift navigation bar background color
https://stackoverflow.com/questions/24687238/changing-navigation-bar-color-in-swift
navigationController?.navigationBar.barTintColor = UIColor.green
self.navigationController?.navigationBar.alpha = 0.9
투명도도 바꾸는거 가능
'iOS > iOS Swift 개발 일기' 카테고리의 다른 글
iOS swift 토스트메시지 띄우기 (0) | 2022.09.30 |
---|---|
iOS swift tableview with section by snapkit programmatically (0) | 2022.09.26 |
iOS swift TabBarController isHidden 처리 (0) | 2022.09.25 |
iOS swift scrollview without storyboard (youtube) (0) | 2022.09.24 |
iOS swift) Realm FilePathURL 잘못 인식될 때 (0) | 2022.09.15 |