当我usePageViewController在我的PDFView实例上设置
pdfView?.usePageViewController(true, withViewOptions: nil)
我不能再用
pdfView?.backgroundColor =.red
我必须(我假设)将其设置为pageViewController水平。
问题是如何访问 pageViewController,因为它不是 pdfView 上的属性?
还有什么选项可以在usePageViewController(true, withViewOptions: ???). 可以在那里设置 backgroundColor 超级方便。