I would like to be able to navigate a large Pdf file (275 pages) by either going to a specific page or moving from page to page dynamically. I have looked at using
pdfNavigateController.scrollPosition which works okay with IOS 4.2 and lower but not with IOS 5. If anyone has ony other suggestions that works with IOS 4 and 5, I would be really grateful.
I would like to be able to navigate a large Pdf file (275 pages)
Share
This was answered via another similar question I posted. The reason it does not work with IOS5 is that IOS 5 does not support javascript. You can navigate through your Pdf using webView.scrollView instead using CGPointMake(x, y)