Hi,
My app has different scenes in which the status bar needs have a different appearance because of the background colour (i’m working on iOS 7). By default is set to black ( display.setStatusBar( display.DefaultStatusBar ) ) and when I change to the next scene it changes to white ( display.setStatusBar( display.TranslucentStatusBar ) ) as it should be, but if I go back to the previous scene the status bar remains white and I’m not able to change it’s appearance.
Can you help me dix that?
Thanks,
Borja