Hi,
How do I change the Back text color and ToolbarItem color without changing the Title color? Right now I'm taking our NavigationPage and setting its BarTextColor to the desired color. I've tried only setting the Tint property but it's been marked as Deprecated.
I tried going into the AppDelegate class and setting the UINavigationBar.Appearance properties but they seem to be ignored or just overwritten when the NavigationPage is instantiated.