iPhone - view PDF like in iBooks

后端 未结 3 765
余生分开走
余生分开走 2021-02-04 19:05

I have question about view for displaying multipage PDFs in my app. I have found solutions with webview but they lack ability to zoom and scroll between pages horizontally. Also

3条回答
  •  情书的邮戳
    2021-02-04 19:36

    I can't give you the answer, but i can redirect you to a example project that is able to load and render a multipage pdf page by page.
    To be honest this application it's manly on the iBook curl effect (forget it, it's a private API, no way) but inside there is a class that render on a view a pdf page, I'm sure that if you play a little with that code, CGAffineTransformMakeScale, CGAffineTransformMakeTranslation and touch control you will be able to obtain that effect.

    Link to the project:
    http://blog.steventroughtonsmith.com/2010/02/apples-ibooks-dynamic-page-curl.html

提交回复
热议问题