The PdfSearchResultsViewController class is used to work with a search result view.
PdfSearchResultsViewController
<NSCoding>
<NSObject>
<PopoverContainedControllerProtocol>
<UINavigationControllerDelegate>
Search is executed in PDF document of regular report. The following methods are used for it:
The number of the page with the searched text can be obtained by the PdfSearchDelegate.foundOnPageIndex: method.
The number of search results is determined by the ProceduralDelegate.searchResultsCount method.
delegate. Document viewer delegate.
popover. Popup window.
foundOnPageIndex:. Executes operations required on finding specified text on page.
searchFinished. Executes operations required after ending of search in PDF document.
See also: