I'm using
UINavigationBar.Appearance.BarTintColor = new UIColor(240, 149, 0, 0);
within my FinishedLaunching method to tint the bar color orange. However, when I launch the application, it is yellow.
Is this a bug, or am I doing something wrong?
↧
iOS Status Bar color will not apply
↧