Search code examples
iosuipopovercontroller

How to change the arrow color in UIPopoverPresentionController iOS 8?


Question says it all. Does anyone know any tricks to change it from the standard grey color?


Solution

  • The simplest way is to set the popover presentation controller's backgroundColor. If that isn't good enough, you can set its popoverBackgroundViewClass, which gives you total command of the chrome including the arrow (but is a lot more work to implement).