Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在使用 Xcode 版本 10.1 (10B61)、MacBook Pro(2011 年末)10.13.6 High Sierra。
我想在我的故事板中添加一个 PDF 工具包视图,但它只是没有在对象库中列出。
PDFView默认情况下没有在 StoryBoard 中列出,但您可以将一个普通UIView类子类化到PDFViewStoryBoard 中,并在 ViewController 中创建一个插座。此外,您需要import PDFKit使其工作。
PDFView
UIView
import PDFKit
有关实施的更多信息,请参阅此