I wanted to show progress when downloading a large image. I am setting the image path as follows.
UIImage *backgroundImage =[UIImage imageWithData:[NSData dataWithContentsOfURL:[NSURL URLWithString:backgoundImagePath]]];
How can i show the download progress of the image using AFNetworking framework.