How to show a PDF page by page using horizontal swipe in iphone ?
Hi,
I want to create a page by page PDF reader.
I know how UIWebView can be used to show the PDF but It will load the entire PDF and want to show one page at a time.
The PDF is stored locally. Next and previous PDF Pages should be loaded depending on the horizontal swipe.
How to show a single page along with horizontal Swipe and Zooming functionalities ? What is the best approach for such problem? Is there any tutorial for this?
Thanks in advance.
|