/ Published in: Objective C
Allows you to toggle visibility of the iPhone status bar at the top of the screen that shows the carrier information, network status and time
Expand |
Embed | Plain Text
//Hide [UIApplication sharedApplication].statusBarHidden = YES; //Show [UIApplication sharedApplication].statusBarHidden = NO;
You need to login to post a comment.
