I have a portrait iPhone app, which a hidden navigation bar controlling the flow between views. In one view, I need to rotate the view 90 degrees to landscape, and I want to hide the status bar.
The problem is that whilst the status bar is correctly hidden, it leaves an empty light-blue bar across the top of the screen where the status bar was. My view actually sits under this bar, filling the screen.
I've tried playing with the size of the view, but its already set to the full size of the screen. It seems this blue bar is ABOVE my view.
Could it be because I have hidden both the navigation bar and the status bar?
Any help, much appreciated.
Dunc