I have a tableview and it has imageviews inside its rows. Thanks to the asyncimageview library I can successfully lazy load the images so there is no problem. But I have questions about the caching property of that library.
What I expect from cache, for example I push to a view controller which has my tableview for the first time, it lazy loads the images with that library. However, when I go back from that view and go push again, if noting is changed, I think it should retrieve the images from the cache. Not necessary to download the images again. But in this library it downloads the images again. Do I need to do something extra to do it? or it is not possible to have that kind of caching property at all?
I have a tableview and it has imageviews inside its rows. Thanks to the asyncimageview library I can successfully lazy load the images so there is no problem. But I have questions about the caching property of that library.
What I expect from cache, for example I push to a view controller which has my tableview for the first time, it lazy loads the images with that library. However, when I go back from that view and go push again, if noting is changed, I think it should retrieve the images from the cache. Not necessary to download the images again. But in this library it downloads the images again. Do I need to do something extra to do it? or it is not possible to have that kind of caching property at all?