- Posts: 37
- Thank you received: 0
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
10 years 2 months ago #10813
by Shades
Get the whole page when scrolling the pdf was created by Shades
Hello,
is there a way when I scroll the pdf I get the whole page without lagging ?
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
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
10 years 2 months ago #10817
by emanuele
Replied by emanuele on topic Get the whole page when scrolling the pdf
Hi,
can you better explain your issue? What do you mean with lagging? is about page loading or page zoom level reset?
can you better explain your issue? What do you mean with lagging? is about page loading or page zoom level reset?
10 years 2 months ago #10826
by Shades
Replied by Shades on topic Get the whole page when scrolling the pdf
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 ?
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 ?
10 years 2 months ago #10828
by emanuele
Replied by emanuele on topic Get the whole page when scrolling the pdf
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