As you can see in the attached image, the bar button has its tint color set to red, however it is displayed in black. I think this is due to the text color still being black? Is there a way to change this?
I changed the tint color of this bar button item, the navigation bar it is in, and the UIBarButtonItem.appearance()
, as well as UINavigationBar.appearance()
. Closing the popover and reopening it changes the color.
EDIT
In the hierarchy below the bar button has the correct tint color (no text), the label has correct tint and text colors however the label has different tint and text colors. Text color is still the one from the old theme and does not update until the view is dismissed and reopened.
However holding down the button causes it to flash in the new color, and then fade back to normal.