Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

I could be wrong, but as of iOS5, NSURLConnection does disk caching by default, and therefore so does AFNetworking. Source: http://petersteinberger.com/blog/2012/nsurlcache-uses-a-disk...


Yes, There is disk caching for NSURLConnection by default, but in my experience it does not cache it across app restarts, so each time the app starts again all the images have to be fetched all over again... SDWebImage gives the persistent disk caching I want.

If I'm misunderstanding what's happening please let me know...


NSURLCache does disk caching in iOS 5 and up, but only for http (no https) requests. Use SDURLCache if you want more options there.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: