we are displaying a UIPopoverController on top of a map and some other UIBarButtonItems. We have removed the gray backdrop (Using C630PopoverBackgroundView) as we want the user to able to interact with the map while still seeing the search results. However the tint color of all the items in the view behind the popover changes to gray until the popover is dismissed. This happens on iOS 7 but not on iOS 8.
Is there any way around this please?