iOS - UINavigationController, Hide navigationBar
问题 I have a minor trouble hiding the navigationBar for my UINavigationController I have added: self.navigation!.navigationBar.hidden = true This, unfortunately leaves some kind of background (white) left behind the white status bar that pushes the content (green) downwards, and an unwanted scroll behaviour where I can drag the content up and down to show/hide the white background. What I need is for the statusbar to take up no vertical space what so ever and lay on top of the content (green) How