ios - How to hide status bar automatically after load view -


guys, want hide status bar in code. after loaded view, status bar show , automatically hide after while. how that?

you want uiapplication's setstatusbarhidden:withanimation:

[[uiapplication sharedapplication] setstatusbarhidden:yes withanimation:uistatusbaranimationslide]; 

see the docs.


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -