views:

493

answers:

1

I want to develop a custom pdf viewer, in which I can add features like:

  • bookmarks
  • jump to specific page
  • take some notes
  • page flipping effect

Can you suggest some libraries in Cocoa touch to fullfill my requirements?

I followed the PDF viewing tutorial in which a webview was used but it only provides basic scrolling and zoom facilities. I have seen some apps in which bookmarks and page flipping is possible. Kindly suggest me something so that I can integrate more features.

A: 

I think this older answer here on stack overflow will give you some answers.

Bryan McLemore