Update RootViewController.mm

fix not hide status on ios7
This commit is contained in:
LinWenhai 2013-09-13 09:42:26 +08:00
parent 644c3ebff5
commit 368d668e7b
1 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,12 @@
return YES;
}
//fix not hide status on ios7
- (BOOL)prefersStatusBarHidden
{
return YES;
}
- (void)didReceiveMemoryWarning {
// Releases the view if it doesn't have a superview.
[super didReceiveMemoryWarning];