Skip to content

Instantly share code, notes, and snippets.

@michaelcontento
Last active October 8, 2015 10:27
Show Gist options
  • Save michaelcontento/3318396 to your computer and use it in GitHub Desktop.
Save michaelcontento/3318396 to your computer and use it in GitHub Desktop.
Monkey: Hide the statusbar since the first second
diff --git targets/ios/MonkeyGame-Info.plist targets/ios/MonkeyGame-Info.plist
index e24e750..675f1e0 100755
--- targets/ios/MonkeyGame-Info.plist
+++ targets/ios/MonkeyGame-Info.plist
@@ -33,5 +33,9 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
+ <key>UIStatusBarHidden</key>
+ <true/>
+ <key>UIStatusBarHidden~ipad</key>
+ <true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment