对于演示文稿,我想将 Apple 的 PDFKit 框架表示为 MVC 模式,我是否应该假设 PDFView 有一个 PDFViewController,PDFDocument 有一个 PDFDocumentController 等等,或者因为它是一个 API,所以不能用它来表示它这种模式?
以下是关于组件的 WWDC 2017 幻灯片的图像形式:
同样如此处所述(https://pspdfkit.com/guides/ios/current/migration-guides/migrating-from-apple-pdfkit/) PDFView 似乎既是视图又是控制器,这有意义吗?