PdfSearchResultsViewController

Description

The PdfSearchResultsViewController class is used to work with a search result view.

Inheritance Hierarchy

          NSObject

          UIResponder

          UIViewController

          UITableViewController

          PdfSearchResultsViewController

Supported Protocols

<NSCoding>

<NSObject>

<PdfSearchDelegate>

<PopoverContainedControllerProtocol>

<UIAppearanceContainer>

<UINavigationControllerDelegate>

<UIScrollViewDelegate>

<UITableViewDataSource>

<UITableViewDelegate>

Comments

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.

Properties

delegate. Document viewer delegate.

Properties inherited from <PopoverContainedControllerProtocol>

popover. Popup window.

Methods inherited from <PdfSearchDelegate>

foundOnPageIndex:. Executes operations required on finding specified text on page.

searchFinished. Executes operations required after ending of search in PDF document.

See also:

Classes. The Mobile Application Component