iphone PDF view CGPDFDocument
I am developing an app where I need to show PDF documents. A开发者_如何学Gofter 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
Why not using the UIWebView instead of reinventing the wheel?
精彩评论