PSPDFNewPageViewController

Manages new selection of various configuration options for new PDF pages. Builds the user interface based on the passed in configuration object.

Note

This class requires the Document Editor component to be enabled for your license.
  • Unavailable

    Not the designated initializer

    Undocumented

    Declaration

    Objective-C

    PSPDF_DEFAULT_TABLEVIEWCONTROLLER_INIT_UNAVAILABLE
  • Unavailable

    Not the designated initializer

    Undocumented

    Declaration

    Objective-C

    PSPDF_DEFAULT_TABLEVIEWCONTROLLER_INIT_UNAVAILABLE
  • Unavailable

    Not the designated initializer

    Undocumented

    Declaration

    Objective-C

    PSPDF_DEFAULT_TABLEVIEWCONTROLLER_INIT_UNAVAILABLE
  • Unavailable

    Not the designated initializer

    Undocumented

    Declaration

    Objective-C

    PSPDF_DEFAULT_TABLEVIEWCONTROLLER_INIT_UNAVAILABLE
  • Unavailable

    Not the designated initializer

    Undocumented

    Declaration

    Objective-C

    PSPDF_DEFAULT_TABLEVIEWCONTROLLER_INIT_UNAVAILABLE
  • Initializes the controller with a configuration library.

    Declaration

    Objective-C

    - (nonnull instancetype)initWithDocumentEditorConfiguration:
        (nonnull PSPDFDocumentEditorConfiguration *)configuration;
  • Receives notifications about the new page view controller state.

    Declaration

    Objective-C

    @property (nonatomic, weak) id<PSPDFNewPageViewControllerDelegate> _Nullable delegate;

    Swift

    weak var delegate: PDFNewPageViewControllerDelegate? { get set }
  • Provides the new page view controller with information for UI customization.

    Declaration

    Objective-C

    @property (nonatomic, weak) id<PSPDFNewPageViewControllerDataSource> _Nullable dataSource;

    Swift

    weak var dataSource: PDFNewPageViewControllerDataSource? { get set }
  • Makes the view controller ask it’s data source for information again.

    Declaration

    Objective-C

    - (void)reloadData;

    Swift

    func reloadData()