Hi,
I'm trying to set the StatusBar text color on an iOS Forms app to the light color. In the Info.plist, I've tried setting the Status bar style to both "UIStatusBarStyleLightContent" and "Transparent black"; and have "View controller-based status bar appearance" set to "No" (false). However, I can't seem to get the NavigationPage to respect those settings (the status bar text is always dark). I think I've tried everything listed in this post: http://stackoverflow.com/a/18732865
Any ideas on what I'm doing wrong?
Cheers,
-Brad