[iOS] Status bar overlaps screen.
Monkey Forums/Monkey Bug Reports/[iOS] Status bar overlaps screen.
| ||
The status bar is always in front of the game windows starting with iOS 7. An easy fix (thanks to Lugato): Modify the IOS template located in "monkeyDir/targets/ios/template/MonkeyGame-Info.plist", adding: <key>UIViewControllerBasedStatusBarAppearance</key> <false/> |
| ||
Cheers - will add to next release. |