PDF 套件视图不在我的 Xcode 对象库中

PDF Kit View is not inside my Xcode Objects Library

我目前正在使用 Xcode 版本 10.1 (10B61),MacBook Pro(2011 年末)10.13.6 High Sierra。

我想将 PDF 套件视图添加到我的情节提要中,但对象库中没有列出它。

默认情况下,

PDFView 未在 StoryBoard 中列出,但您可以将 class 普通 UIView class 子 PDFView 放入 StoryBoard 中,然后在 ViewController 内开一个插座。此外,您需要 import PDFKit 才能使其正常工作。

Refer this for more info on implementation