分类:
2009-10-22 15:42:34
- (void)viewWillAppear: (BOOL)animated // Called when the view is about to made visible. Default does nothing
{
[[UIApplication sharedApplication] setStatusBarHidden:YES animated:YES];
[[UIApplication sharedApplication] setStatusBarOrientation:UIInterfaceOrientationLandscapeRight animated:YES];
}