I have a scroll-view with a UIImage on top the UIImage has its own view controller class and the scroll view is on the main root-controller. I added the hide status bar method to the root-controller but when I run the program the status bar disappears but leaves a white space and the view does not grow over the status bar white space. I tired other methods but I still get the same white space I also tried to enable scroll vertical and it looks like the status bar is on top of all my views, when I scroll up it keeps going up under the status bar.
What could be causing this?