How do I make UIWebView show a pdf file from its own app?
Posted
by Aakburns
on Stack Overflow
See other posts from Stack Overflow
or by Aakburns
Published on 2010-05-23T00:13:52Z
Indexed on
2010/05/23
0:20 UTC
Read the original article
Hit count: 646
I really need to make a UIWebView open up a specific PDF document that is in my project directory. I can't seem to find any tutorials on this. I found one, but the author was not specific about some of the code.
I have to assume it's got to be quite a simple bit of code.
Can someone help me code UIWebView to load a PDF?
Thanks.
© Stack Overflow or respective owner