Caching UITableView data
I am working on a project that downloads some data and avatars that are used in custom UITableViewCells.
When the user comes back into the app, I want the rows that were present in the last run to be there and not have to re-download anything unless the data has changed. Is there a way to cache the data somehow similar to the way the official Twitter and Facebook apps do? I've noticed that both data and avatars are saved. Is this done using core data?
Thanks for any help/advise.
|