How to disable caching of a particular image in AFNetworking ios
Hi all Recently i faced a problem while using AFNetworking’s UIImageView+AFNetworking category.I was making a image editor but the issue was when i used to post the image to my file server after editing the URL send to me of the edited image was same as that of previously unedited image. and when i used … Read more