Re: Status Bar Not Hiding
Is the "Value Type" of the UIStatusBarHidden line in your Info.plist set to Boolean? If so, you should see a checkbox in the Value column to the right of UIStatusBarHidden.
To set it, right click on UIStatusBarHidden (in Xcode while viewing Info.plist) and select Value Type/Boolean.
If you're editing your plist file by hand, the field should be <true />, not <key>TRUE</key>.
It sounds like you're doing everything right though.
|