PTSearchSettingsViewController
@interface PTSearchSettingsViewController
: UITableViewController <PTOverridable>
The PTSearchSettingsViewController displays a list of search settings used by PTTextSearchViewController
by a PTPDFViewCtrl.
-
An object that conforms to the
PTSearchSettingsViewControllerDelegateprotocol.Declaration
Objective-C
@property (nonatomic, weak, nullable) id<PTSearchSettingsViewControllerDelegate> delegate;Swift
weak var delegate: (any PTSearchSettingsViewControllerDelegate)? { get set }
PTSearchSettingsViewController Class Reference