Status Bar text is always white (iOS)

Is there a way to create a dark status bar?
I’d like to have a transulucent background with dark (black) text.
I assumed display.setStatusBar(display.DarkStatusBar) or display.setStatusBar(display.DarkTransparentStatusBar) would accomplish this but both produce the same white text status bar on iOS.

Any ideas? Thanks