Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

UINavigationBar.Appearance.TintColor ignored on xamarin Forms

$
0
0

I want to customize the text tint color in all my NavigationBars, BarTintColor works but I can't get Tintcolor to work. Is there a way to do it directly on the NavigationPage, I can't find a property for it.

Thanks!

Here's my code on AppDelegate:

UINavigationBar.Appearance.TintColor = UIColor.White;
UINavigationBar.Appearance.BarTintColor = UIColor.FromRGB (22, 160, 133);

Viewing all articles
Browse latest Browse all 58056

Trending Articles