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
PTSearchSettingsViewControllerDelegate
protocol.Declaration
Objective-C
@property (nonatomic, weak, nullable) id<PTSearchSettingsViewControllerDelegate> delegate;
Swift
weak var delegate: (any PTSearchSettingsViewControllerDelegate)? { get set }