如何更改 UIPopoverPresentationController iOS 8 中的箭头颜色?

How to change the arrow color in UIPopoverPresentionController iOS 8?

问题说明了一切。有谁知道从标准灰色更改它的任何技巧?

最简单的方法是设置 popover 显示控制器的 backgroundColor。如果这还不够好,您可以设置它的 popoverBackgroundViewClass,这样您就可以完全控制 chrome,包括箭头(但需要做更多的工作才能实现)。