0

In iOS app, While scrolling pdf page, scrubber bar ( PSPDFThumbnailBarModeScrubberBar ) is hide and not appearing again using PSPDFKit version 7 for iOS - Objective C.

Please help...Thanks.

Lucky
  • 325
  • 1
  • 3
  • 16
  • PSPDFKit offers a support ticket platform at https://pspdfkit.com/support/request/ both for customers evaluating the license and for license holders. We recommend reaching out for any questions you might have with using it. – steipete Aug 30 '18 at 22:31

1 Answers1

0

I found the solution and it might be help others if facing same issue.

Just set builder configuration property as "shouldHideUserInterfaceOnPageChange = NO"

This property is by default YES.

Lucky
  • 325
  • 1
  • 3
  • 16
  • Documentation is here: https://pspdfkit.com/api/ios/Classes/PSPDFConfiguration.html#/c:objc(cs)PSPDFConfiguration(py)shouldHideUserInterfaceOnPageChange – steipete Aug 30 '18 at 22:29