I have a custom cell with a thumbnail image, which the user can select from their photo albums. I know that saving images to Core Data will result in poor performance, and I should use the file system.
Anyone recommend some good tutorials on this. What exactly should I store in core data, if I am not storing the image there.
I will be storing the larger image as well, not just the thumbnail.
TIPS: