I download texts and image for every table cell from internet. I do it in background (GCD), but performance is not good (takes a while to dll images for all rows) because there are lots of rows.
I use nsurlconnection for image dll.
I googled a bit and became confused. What is the easiest way to do this? Use NSCache (for images and text) or do i have to learn core data?