Hey,
I am experimenting with the following command:
display.setStatusBar(mode)
When I run display.setStatusBar(display.defaultStatusBar) in (Mac) simulator, I get a nice looking white “default” status bar.
However, if I run this app on my device then the status bar changes back to it´s normal behavior. This command does not seem to affect the device at all. I am doing this in main.lua
Build number 2150, Mac
Device: iOS 7 iPhone 4
May someone please double check this?
Edit:
display.setStatusBar(display.DarkStatusBar) does not work either
only display.setStatusBar(display.HiddenStatusBar) seems to work
best,
Max / CineTek