branch | ios-revival |
changeset 11097 | fd536d99a760 |
parent 10108 | c68cf030eded |
child 11105 | 379226b854ae |
--- a/project_files/HedgewarsMobile/Classes/HedgewarsAppDelegate.m Sat Aug 08 22:55:02 2015 +0200 +++ b/project_files/HedgewarsMobile/Classes/HedgewarsAppDelegate.m Sat Aug 08 23:01:02 2015 +0200 @@ -51,6 +51,8 @@ // override the direct execution of SDL_main to allow us to implement our own frontend -(void) postFinishLaunch { + [super postFinishLaunch]; + [[UIApplication sharedApplication] setStatusBarHidden:YES]; self.uiwindow = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];