project_files/HedgewarsMobile/Classes/HedgewarsAppDelegate.m
branchios-revival
changeset 11097 fd536d99a760
parent 10108 c68cf030eded
child 11105 379226b854ae
equal deleted inserted replaced
11096:1742f5b020f3 11097:fd536d99a760
    49     [super dealloc];
    49     [super dealloc];
    50 }
    50 }
    51 
    51 
    52 // override the direct execution of SDL_main to allow us to implement our own frontend
    52 // override the direct execution of SDL_main to allow us to implement our own frontend
    53 -(void) postFinishLaunch {
    53 -(void) postFinishLaunch {
       
    54     [super postFinishLaunch];
       
    55     
    54     [[UIApplication sharedApplication] setStatusBarHidden:YES];
    56     [[UIApplication sharedApplication] setStatusBarHidden:YES];
    55 
    57 
    56     self.uiwindow = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
    58     self.uiwindow = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
    57     self.uiwindow.backgroundColor = [UIColor blackColor];
    59     self.uiwindow.backgroundColor = [UIColor blackColor];
    58 
    60