KurtCode / PDFKitten

A framework for extracting data from PDFs in iOS
MIT License
391 stars 113 forks source link

how to change page scrolling to page curl? #86

Open cbpatel17 opened 9 years ago

cbpatel17 commented 9 years ago

hello developers,

i want to change page scrolling effect to page "CURL" effect. i have tried to change it, but could not get success in your code. how can i implement it in this example ?

if somebody have idea how to do this, please provide me suggestion.

thanks in advance.

KurtCode commented 8 years ago

The best way would be to replace the scroll view with a UIPageViewController, which supports the curl effect when turning pages. Scroll views really only scroll, because... they are scroll views. :)