How would I go about changing the color of the UINavigationBar in Swift?
UINavigationBar
Most things online say to do something like:
[self.navigationContro
//Nav Bar Title self.title = "WORK ORDER" self.navigationController!.navigationBar.titleTextAttributes = [NSForegroundColorAttributeName : UIColor.whiteColor()]