I changed my navigation bar background color to black and the text color to white, but now when I run on iOS the status bar text doesn't show up (presumably because it remains black?).
Navigation.PushModalAsync (new NavigationPage(new IPAddressPage ()) {
BarTextColor = Color.White,
BarBackgroundColor = Color.Black
});
Looks like this:
Help! How do I get the status bar text to switch to white?