Link to pdf within app
Posted
by
Thijs
on Stack Overflow
See other posts from Stack Overflow
or by Thijs
Published on 2011-01-11T19:43:01Z
Indexed on
2011/01/11
19:53 UTC
Read the original article
Hit count: 248
I've got an iOS app that at one point opens a link to a website in a webview. These links are kept in a plist file (so it is easy to maintain them as the app evolves). What I want to do next is to also link to PDF's (or any picture of text file format, of even a html format, this is flexible) that are kept within the app. And I would like to do this as much as possible from within the existing app structure. So, is it possible to create a link that can be put in the plist as a web-link, but instead opens a file on the device itself (possibly in the webview)? And how would I go about that? Any ideas?
Thanx in advance for your help!
© Stack Overflow or respective owner