mirror of https://github.com/axmolengine/axmol.git
parent
644c3ebff5
commit
368d668e7b
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue