Dear all,
When I try the follow statements, I got blank (white) status bar and not text at all:
public override UIStatusBarStyle PreferredStatusBarStyle ()
{
return UIStatusBarStyle.LightContent;
}
My status bar is set to Inferred in Xcode. What's wrong? Thank you very much.
Diviner.