The background text in the status bar is still black. How do I change the color to white?
// io8, swift, Xcode 6.0.1 override func viewDidLoad() { super
Setting text color of navigation bar title to white in Swift version 4.2:
navigationController?.navigationBar.titleTextAttributes = [NSAttributedString.Key.foregroundColor: UIColor.white]