Hello iPhone Gurus,
I wrote a RSS based application that will fetch some XML files, parse them and throw them into a table view.
I'm using the NSURLConnection and the NSXMLParser in order to connect and parse the XML content.
I would like to cache those results so that once the user connected once to the application he could disconnect and view the content, offline.
Is there any API that handles that? or do I need to save my dataObjects (which hold the parsed XML data) inside a NSFileManager and retrieve it each time I load my application?
Code snippets, examples or any document will be great.
Thank you!