gpt4 book ai didi

ios - PDFView 无法移动到下一页

转载 作者:搜寻专家 更新时间:2023-11-01 07:01:16 25 4
gpt4 key购买 nike

代码:

if let path = Bundle.main.path(forResource: "test", ofType: "pdf") {
let url = URL(fileURLWithPath: path)
if let pdfDocument = PDFDocument(url: url) {
pdfView.displayMode = .singlePage
pdfView.autoScales = true
pdfView.displayDirection = .horizontal
pdfView.document = pdfDocument
}
}

我尝试在应用程序中显示 pdf 文件。它工作正常。如何实现水平滚动(逐页)和搜索功能(如突出显示搜索词)功能。任何帮助都会得到应用。提前致谢

最佳答案

你需要添加这行代码:

pdfView.usePageViewController(true, withViewOptions: nil)

****更新**

PDFDocument .有一些关于搜索的通知。看看。

关于ios - PDFView 无法移动到下一页,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51101684/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com