Friday, November 12, 2010

disable the phone status bar

implest way of doing this is, calling the following method, in applicationDidFinishLaunching:method, in your application delegate:
Code:
[[UIApplication sharedApplication] setStatusBarHidden:YES];
I'd suggest you to first go through some sample examples provided by Apple in iPhone SDK, before you start off with developing on your own.

No comments:

Post a Comment

Followers