I have a navigation view controller. The root view hides the navigation bar using self.navigationController?.navigationBarHidden = true
.
No matter what I do I cannot get thestatusBar
to be translucent it is simply a white block that pushes my content below.