Question

I'm looking for how to download the source XML file of an RSS feed in cocoa touch to make an offline mode for my XML parser app. Does anyone know how to do it? My app is designed for iOS 4.2.1 (not earlier) and i'm running XCode 3.2.5.

Thanks you for all your future answers to my question :)

Was it helpful?

Solution

Use NSURLConnection to download the data and then persist it somewhere.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top