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
Post a Comment