Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about iOS development and PDF
  • Page:
  • 1

TOPIC:

Get the whole page when scrolling the pdf 7 years 9 months ago #10813

  • Shades
  • Shades's Avatar Topic Author
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 37
  • Thank you received: 0
Hello,
is there a way when I scroll the pdf I get the whole page without lagging ?
- (void)scrollViewDidEndDecelerating:(UIScrollView *)scrollView{
   [self resetZoomLevel];
}

But it seems not the correct way,when I scroll the pdf,the scrollview is lagging also I can not scroll from page to page fluidly.
Thank you

Please Log in or Create an account to join the conversation.

Get the whole page when scrolling the pdf 7 years 9 months ago #10817

  • emanuele
  • emanuele's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 580
  • Thank you received: 67
Hi,

can you better explain your issue? What do you mean with lagging? is about page loading or page zoom level reset?

Please Log in or Create an account to join the conversation.

Get the whole page when scrolling the pdf 7 years 9 months ago #10826

  • Shades
  • Shades's Avatar Topic Author
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 37
  • Thank you received: 0
Hi,
Ok,when I scroll the pdf I would like to scroll page by page.For example I want to go from page 1 to page 2 using scroll instead of thumb view is it possible ?

Please Log in or Create an account to join the conversation.

Get the whole page when scrolling the pdf 7 years 9 months ago #10828

  • emanuele
  • emanuele's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 580
  • Thank you received: 67
Hi, I think you are looking for paging, in this case, you should set g_paging_enabled = true in PDFVGlobal (APP_Init() method)

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum