我已将popoverBackgroundViewClass
设置为自定义UIPopoverBackgroundView
,我在那里:
override init(frame: CGRect) {
super.init(frame: frame)
backgroundColor = UIColor.clear
// more stuff here
}
但是,popover一直呈现出一种非常浅的黑色或灰色暗淡的背后。
我看过像this one这样的帖子有类似的问题而找不到解决方法。该帖子与已被弃用的UIPopoverController
相关,我正在使用UIPopoverPresentationController
,是否真的可以这样做?有人找到了办法吗?