开发者

iphone PDF view CGPDFDocument

开发者 https://www.devze.com 2023-01-03 14:46 出处:网络
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 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.

  1. Pagination function.
  2. Zoom
  3. Scrolling


Why not using the UIWebView instead of reinventing the wheel?

0

精彩评论

暂无评论...
验证码 换一张
取 消