Hiding the status bar
You can hide the main status bar by adding this following code to some point in your ‘applicationDidFinishLaunching’ function:
[application setStatusBarHidden:YES animated:NO];
You can hide the main status bar by adding this following code to some point in your ‘applicationDidFinishLaunching’ function:
[application setStatusBarHidden:YES animated:NO];
RSS feed for comments on this post. TrackBack URI