Status Bar Not Hiding
Hi,
I'm having a problem where my application isn't hiding the iPhone status bar correctly. The application was built on SDK 7 using the "View Based Application" template in XCode. Both the window and view controller .xib attributes show "None" for "Status Bar" inside IB AND there is a flag in my Info.plist labeled "UIStatusBarHidden" which is set to "true".
However, even with all of this when the application starts up ( both in the Simulator and on the device ) the grey iPhone status bar is visible.
Any ideas? Thanks!
|