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: 632
        
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.
- Pagination function.
 - Zoom
 - Scrolling
 
© Stack Overflow or respective owner