HIdden status bar not working in iOS7

This issue has been resolved and will be in daily build 1210.

somebody can hide the status bar on ios 7? I can’t and the staff said that it would fix on the next daily build but that was said 6 month ago ><

As far as I know there are no issues hiding the status bar on apps.

Just put this at the top of your main.lua:

display.setStatusBar( display.HiddenStatusBar )

somebody can hide the status bar on ios 7? I can’t and the staff said that it would fix on the next daily build but that was said 6 month ago ><

As far as I know there are no issues hiding the status bar on apps.

Just put this at the top of your main.lua:

display.setStatusBar( display.HiddenStatusBar )