HOWTO use UIWebView to display a downloaded file later?

Posted by Roboprog on Stack Overflow See other posts from Stack Overflow or by Roboprog
Published on 2010-06-14T18:55:16Z Indexed on 2010/06/14 19:02 UTC
Read the original article Hit count: 217

Filed under:
|
|
|
|

How do I format an NSURL (what path, or path generator function) so that I can display a downloaded local file (NOT part of the application NSBundle) for use offline? The idea is to snag an HTML file, clean it up and stash it in the iFoo application specific storage area, then later use UIWebView to display it.

Next, I go off to RTFM about working with files on iFoo (iPhone / iPad) in general, but any fast-start tips are appreciated.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about file