I am sort of new to developing view-based iPhone applications, and I need to download
this “txt” file off the internet and save it into the documents folder of the app.
Can anyone show me simply how I can do this? The txt file is of a tiny size, so I wouldn’t
need any User interface objects…
Thanks,
Kevin
Then to save it you can use:
And to retrieve it:
Updated to reflect Joe’s input