Remove UIStatusBar in your iPhone Application
Monday, October 31, 2011 EDT
by: Eric Potvin
Tags:iphone
Have you ever wondered how to build your iPhone Application full screen? Well here's a quick tips on what to do to make it happen.
In your applicationDidFinishLaunching use this code:
[[UIApplication sharedApplication] setStatusBarHidden:YES animated:NO];
or if you prefer you can change in your Info.plist set UIStatusBarHidden to true.
Don't forget if you use background image make sure you set the right size in your .xib file
Link to this Article
To link directly to this article from your web site, use one of the following snippets below.
Remove UIStatusBar in your iPhone Application | Book Of Zeus<a href="http://www.bookofzeus.com/articles/remove-uistatusbar-in-your-iphone-application/" title="Remove UIStatusBar in your iPhone Application">Remove UIStatusBar in your iPhone Application | Book Of Zeus</a>
Short URL:
Remove UIStatusBar in your iPhone Application | Book Of Zeus<a href="http://s.bookofzeus.com/X2Qc7" title="Remove UIStatusBar in your iPhone Application Short URL">Remove UIStatusBar in your iPhone Application | Book Of Zeus</a>