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

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -