Search code examples
iosobjective-cpspdfkit

Property 'pagingScrollView' not found on object of type 'PSPDFViewController *'


In latest PSPDFKit (iOS) with Objective C,

"pagingScrollView" property not available to get pdfviewcontroller's Scrollview.

How I can get UIScrollview of PSPDFViewController ?


Solution

  • According to documents of PSPDFKit, when you migrated from 6v to 7v there is a lot of API breaks.

    In 7 version of PSPDFKit:

    Directly accessing the scroll view is no longer supported. Implement -[PSPDFDocumentViewControllerDelegate documentViewController: configureScrollView:] or -[PSPDFDocumentViewControllerDelegate documentViewController: configureZoomView: forSpreadAtIndex:] depending on your needs.