I am working on a UITableView that is very much like the iOS\'s native Photo app: it has many rows with 4 image thumbnails in each row. (i.e. each UITableViewCell has 4 UIIm
I've used a class called JMImageCache to cache the image to disk and then only store the local URL (and remote URL if you like) in CoreData. You can also generate a thumbnail that you also save to disk and store the thumbnail URL along with the image URL in core data, and use the thumbnail in the table view.