I have an app that used GridFS to store the images of a document (references). I am trying to use AfNetworking to download the images when a UITableViewCell is shown. However AFNetworking does not have a method that deals with image data that is stored in binary form i.e. it asks for a physical URL on the server. Please see (https://github.com/AFNetworking/AFNetworking/wiki/Getting-Started-with-AFNetworking) under image downloads. I trealy need to use AFNetworking methods for caching etc.
Any tips?