I am using SDWebImage to download images from different URL's, now I was wondering if it is possible to download these images store them some where so when I am offline and launch my app I can still see them?
I noticed Instagram uses a similar thing, once you have downloaded the images you can close the app go offline and then reopen the app and you can still see the images.
I think this is possible with SDWebImage but not sure, please do correct me if it is not possible.
Many thanks in advance to anyone that can help!