How to customize UINavigationBar for the entire app?
问题 This is a bit different question than the previously asked. So be nice . The entire app has a navigation bar with different colors. The entire app has few options in its navigation bar. They all are same. What am I expecting ? I have created this extension for UINavigationController and able to change the navigation bar's background color as per the view controller I will be. extension UINavigationController { func updateNavigationBar(withViewControllerID identifier: String?) {