Can't change status bar appearance

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

Did you try display.DarkStatusBar?

I did not try but now I’ve been able to test it and works good. Thanks for your help :slight_smile:

Did you try display.DarkStatusBar?

I did not try but now I’ve been able to test it and works good. Thanks for your help :slight_smile: