Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about iOS development and PDF

Get the whole page when scrolling the pdf

More
10 years 2 months ago #10813 by Shades
Hello,
is there a way when I scroll the pdf I get the whole page without lagging ?
Code:
- (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
More
10 years 2 months ago #10817 by emanuele
Hi,

can you better explain your issue? What do you mean with lagging? is about page loading or page zoom level reset?
More
10 years 2 months ago #10826 by Shades
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 ?
More
10 years 2 months ago #10828 by emanuele
Hi, I think you are looking for paging, in this case, you should set g_paging_enabled = true in PDFVGlobal (APP_Init() method)
Time to create page: 0.488 seconds
Powered by Kunena Forum