0
coreDataを使用してPDFのcurrentDestinationを正常に保存しています。保存方法SwiftのPDF currentDestination
しかし
(私は「文字列」などのデータを保存しています)、どのように私は保存currentDestinationを経由して[通話]を実行します。これまでのところ
func go(to destination: PDFDestination)
、これは私が持っているものです。
let page = bookmark?.bookmarkPage // this is a 'String'
pdfView.go(to: page!) // error on "(to: page!)"
これは私が取得エラーです:
Cannot invoke 'go' with an argument list of type '(to: String)'
保存されたPDFのcurrentDestinationを '呼び出す'正しい方法は何ですか?
ありがとうございました。私の質問にお答えしていただきありがとうございます。私はこれを試してみる。 – mjoe7