iphone PDF view CGPDFDocument

Posted by i.novice on Stack Overflow See other posts from Stack Overflow or by i.novice
Published on 2010-06-17T07:50:28Z Indexed on 2010/06/17 7:53 UTC
Read the original article Hit count: 573

Filed under:
|
|
|
|

I am developing an app where I need to show PDF documents. After many hours of googling I was able to build up a view to show the PDF document fetched from a URL.

I know only to display a single page. using CGPDFDocumentGetPage(ref, pageNumber).

What I would like to have.

  1. Pagination function.
  2. Zoom
  3. Scrolling

© Stack Overflow or respective owner

Related posts about iphone

Related posts about pagination