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