Change UIPopoverView background + arrow color
I found the solution. Subclassing is not necessary anymore with iOS8! The background can be accessed and changed like this from within the tableview -> navigation -> popoverPresentationController self.navigationController?.popoverPresentationController?.backgroundColor = UIColor.redColor() More information about this in WWDC session 2014.