How to show a PDF page by page using horizontal swipe in iphone?

Viewed 6201

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?

EDIT : I have used CGPDF APIs to show the PDF page by page. I am using the PDF page as image. But zooming is not working properly as UIPageControl is also used. How to zoom these images along with page control ?

2 Answers
Related