PSPDFSettingsViewController

Objective-C


@interface PSPDFSettingsViewController
    : PSPDFStaticTableViewController <PSPDFOverridable>

Swift

class PDFSettingsViewController : PDFStaticTableViewController, Overridable

Controller to change some key UX settings.

Configurable via PDFConfiguration.settingsOptions property. Use PDFViewController.settingsButtonItem to add it to controller’s navigation item.

To be notified about configuration changes, use KVO on the configuration property of the PDFViewController.