- Fix for launching with SDL
Note: Worked actually, but this is not in guidelines of SDL...
--- 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]];