I’m writing an app that loads several images from a server, and I need to cache that images for next times to load faster that images.
I found HJCache and ASIHTTPRequest but both fails. Does anyone know any other method to save images in cache that works?
Thanks!
ps: sorry for my english, I know it’s bad
Same Problem I had faced and I found solution after lots of R&D.
Solution is make us of
SDWebImagelibrary.You can find it from https://github.com/rs/SDWebImage
Just Integrate its All files in your project.
Follow step given in documentation(Specified in above link).
Good Luck.