iphone - Hide status bar on initial load screen? -


i'm trying hide status bar (top bar time , signal strength etc) while inital load screen displayed. sorry if obvious, i'm new @ this.

by setting uistatusbarhidden on info.plist can control starting status (hidden, or shown).

to hide (or show it) within application, need use:

-setstatusbarhidden:withanimation: on uiapplication (docs here)


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -