A notification that a string match is found in a document.
SDKs
- iOS 11.0+
- macOS 10.4+
- Mac Catalyst 13.0+
Framework
- PDFKit
Declaration
static let PDFDocumentDidFindMatch: NSNotification.Name
Discussion
The notification object is the PDFDocument
object itself. To determine the string selection found, use the @”PDFDocument
key to obtain userinfo of type PDFSelection *