jpm
jpm

Reputation: 16702

How to use the iPhone's built-in PDF viewer to display a document

I would like to create an application that downloads a PDF document from the Internet, and displays it to the user. I would like to re-use the iPhone's builtin PDF viewer that is used throughout the core apps to view a PDF document.

Is there a way to do that?

Upvotes: 6

Views: 12069

Answers (2)

fvisticot
fvisticot

Reputation: 8546

Try this: https://github.com/vfr/Reader

Upvotes: 6

leonho
leonho

Reputation: 3543

You could just use UIWebView class to do that.

Upvotes: 10

Related Questions