/ 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
Copy this code and paste it in your HTML
//Hide [UIApplication sharedApplication].statusBarHidden = YES; //Show [UIApplication sharedApplication].statusBarHidden = NO;