1
iOS 11でPDFKitを使用し、検索機能を使用して、PDFSelection
の要素を取得しました。どのようにPDFでこの選択に対応するテキストを強調表示するには?PDFKitの検索結果をハイライトする方法 - iOS
私はこれを試みたが、動作していない:
selection.color = UIColor.red
selection.draw(for: selection.pages.first!, active: true)