0

In latest PSPDFKit (iOS) with Objective C,

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

How I can get UIScrollview of PSPDFViewController ?

Lucky
  • 325
  • 1
  • 3
  • 16

1 Answers1

0

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.

Reza Dehnavi
  • 2,256
  • 3
  • 16
  • 30
  • @user3522538 You're welcome, If my answer is correct please set green check market and give me an upvote, Thanks :) – Reza Dehnavi Aug 21 '18 at 13:14