Speed up UIPageViewController

Posted by Jack Humphries on Stack Overflow See other posts from Stack Overflow or by Jack Humphries
Published on 2012-03-21T02:34:30Z Indexed on 2012/03/21 5:29 UTC
Read the original article Hit count: 882

Filed under:
|
|

I have a UIPageViewController with several pages. Each page is the same view controller, but the page number is kept track of and the correct page of a PDF is shown. The problem is that each PDF page needs to be loaded and drawn before the curl effect works (you slide your finger across the screen and nothing happens until loaded). Any ideas on how to speed this up or preload the next page? Thanks for your help.

© Stack Overflow or respective owner

Related posts about ios

Related posts about iPad