Tuesday 4 June 2013

1. Hide Status bar

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

1 comment: