I\'m trying to change the color of my navigator bar but I found that it\'s only impossible if the navigator is the root one.
I\'m trying this:
self.n
For changing the navigation bar theme color throughout the full app you can do this by using UiNavigation bar appearance.
UINavigationBar.appearance().barTintColor = UIColor.redColor()