I am using a custom popoverBackgroundViewClass to tint the popover to dark gray.
https://github.com/Scianski/KSCustomUIPopover
popover.popoverBackgroundViewClass = [KSCustomPopoverBackgroundView class];
Works great, but how do I change a popover's navigation item's tint? The "back" button in the popover's nav bar is still the standard blue color.