View Modes

  • Defines the state of controller, depending on the document.

    See more

    Declaration

    Objective-C

    enum PSPDFControllerState : NSUInteger {}

    Swift

    @frozen enum ControllerState : UInt, @unchecked Sendable
  • Protocol for presenting a collection view with customization options.

    See more

    Declaration

    Objective-C

    @protocol PSPDFViewModePresenter <NSObject>

    Swift

    protocol ViewModePresenter : NSObjectProtocol