In one view I am hiding the navigation bar using:
override func viewWillAppear(animated: Bool) {
super.viewWillAppear(animated)
self.navigationController?.navigationBarHidden = true
}
This makes the status bar background color appear as white. But how do I change the background color of the status bar?