PSPDFBrightnessViewController

Objective-C


@interface PSPDFBrightnessViewController
    : PSPDFStaticTableViewController <PSPDFOverridable>

Swift

class BrightnessViewController : PDFStaticTableViewController, Overridable

Controller to change the brightness and some related appearance options. In addition to mimicking the system brightness options it also supports additional software dimming and social appearance modes.

Note

Best presented as popover, configures the modalPresentationStyle accordingly at init time.