I found https://github.com/rs/SDWebImage and https://github.com/markofjohnson/HJCache
Both good approach for image async download and caching on disk and memory.
Is there something similar but supporting ARC?
I found https://github.com/rs/SDWebImage and https://github.com/markofjohnson/HJCache Both good approach for image async download and caching
Share
update: AFNetworking has added support to ARC. And for image caching, NSURLCache does disk caching since ios5, see here here