Top Bar not working iOS7 beta 5

Hi,

on my testdevice is ios 7b (5)

when i compile my app with build ios 6.1 all fine

when i compile with 7beta

the Top Bar is hiding under the ioS Status Bar (time, battery)

also I have     display.setStatusBar( display.HiddenStatusBar )

the status bar on my iOS7 Beta 5 device is shown

(when compiled for 7beta… it does not show when build for 6.1

and i can not touch my TopBar (to go back)?!?

Try adding this to your plist in your build.settings:

UIViewControllerBasedStatusBarAppearance = false,

Try adding this to your plist in your build.settings:

UIViewControllerBasedStatusBarAppearance = false,