Hey
I'm developping an app that download the content of a web page on the iPhone then store it so the user would be able to access it offline.
I'm using NSURLConnection to download the page, as is the doc. But it downloads only the HTML code without extra content like images.
Even if images are not in a NSData structure, I would like have at least some references or some delegate method call. An idea ?