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.
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.
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.