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
Post a Comment