I\'m already using AFNetworking for async image download. I was wondering if there\'s a way for storing on disk or Core Data, should I investigate SDWebImage for that? Or yo
You could have a look to EGOImage which basically makes asynchronous calls and caching of images on the file system.