I did it and when the app starts the status bar text it's white.
It's when I start browsing images on the CameraRoll that the text turns
black
Il 04/02/14 15:45, Lee Burrows ha scritto:
Not sure if it will work for your scenario, but try adding this to
InfoAdditions in the app descriptor file (assuming you dont already
have a UIStatusBarStyle set):
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
On 04/02/2014 14:36, Gabriele Campi [Media Logic] wrote:
Hi,
I wanna display white text in the status bar of my Flex mobile app on
iOS7, but when i call the browseForImage() method of the CameraRoll
Class the text turns black.
Has anyone else experienced the same issue?
Gabriele