I am really hoping someone here has already done the homework and is willing to share a bit.
I need to cache images obtained from the server. The images are to be displayed in tables. Right now now each time I scroll new images are (re-)obtained from the server. Also when I leave a table to go to another, when I return all the images are loaded again. So basically I have no caching mechanism presently.
I am looking online for some good libraries/projects. I find a number of libraries but of course I don't know which ones are good and which ones are great. So, does anyone know which projects/libraries are great to use for image caching on iOS? I am hoping for robustness and ease of implementation.
By ease of use I mean I am hoping not to have to learn a bunch of things just to implement the library/project.
My app is presently targeting iOS7 and up