xamarin.ios - Changing global tintColor does not change button colors on xamarin forms targeting iOS -


i trying change "branding color" ios target of xamaring froms app. read should change global tint color this:

 uiapplication.sharedapplication.delegate.getwindow().tintcolor = uicolor.fromrgb((nfloat)(0x0d/256.0),(nfloat)(0x77/256.0),(nfloat)(0x6e/256.0)); 

this changes color of buttons in navigation bar. not change color of other button.

is behavior intended? can somehow change color of buttons , other elements using "ios blue"?


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -