Color of status bar does not change as my navigationbar
问题 I bumped into an odd problem. Suddenly the color of my status bar does not change color to the same as my navigationbar in my tabbarcontroller. I've tried setting the color of the navigationbar self.navigationController!.navigationBar.barTintColor = UIColor(red: 57, green: 79, blue: 116) self.navigationController?.navigationBar.tintColor = UIColor.white self.navigationController?.navigationBar.isTranslucent = false self.navigationController?.navigationBar.titleTextAttributes =