AFNetworking - Download multiple files + monitoring via UIProgressView
问题 I am trying to change my code from ASIHTTPRequest to AFNetworking. Currently I want to select 10-15 different HTTP URLs (files) and download them to a documents folder. With ASIHTTPRequest that was pretty easy with [myQueue setDownloadProgressDelegate:myUIProgressView]; In AFNetworking I can't figure out how to do it. I have the following code which downloads the files, stores them and notifies when a file downloads successfully, but I can't create the progress bar for this queue with total