Situation
In my application, I am currently uploading an mp3 file (to the docs directory) using [NSData dataWithContentsOfURL:URL] , a method that works fine but binds the processor without allowing the loading status screen to be updated. So, I want to load using another method to refresh the WHILE screen to warn the user about the start of the download.
Question
How to configure my viewController to use NSURLRequest or NSURLConnection to download mp3 file? (please indicate the source)
iphone xcode nsurlconnection nsurlrequest
RexOnRoids
source share