To hide status bar use the following command:
[[UIApplication sharedApplication] setStatusBarHidden:YES];
the default value of this property is NO
This wont hide the status bar at the launch image
To hide status bar in launch image set Status bar is initially hidden to YES in info.plist
nice..
ReplyDelete