我通过创建自定义UIPopoverBackgroundView类来自定义UIPopoverController它在iOS 5+中运行良好,但在iOS 4.x UIPopoverController中没有popoverBackgroundViewClass属性
如何在iOS 4.x中应用popoverBackgroundViewClass和自定义UIPopoverController?
发布于 2012-11-09 21:24:33
恐怕您不能。因为只有after iOS 5.0才能使用UIPopoverBackgroundView。
https://stackoverflow.com/questions/12971219
复制相似问题