Hi,
did anyone do this yet? I want to change the background color of the status bar in iOS as soon as I open the master page on my MasterDetailPage
.
IsPresented = true
Reason: My navigation bar is tinted dark, so I set the status bar text color to white. The detail page has a light gray color and it's hard to see the white status bar on top of it.
I saw the facebook app is changing the background color of the status bar when opening the menu. Thats pretty much what I want to do too.
Help is appreciated!