¡@

Home 

2014/10/15 ¤U¤È 10:07:30

iphone Programming Glossary: downloadhelper

Downloading a Large File - iPhone SDK

http://stackoverflow.com/questions/4002979/downloading-a-large-file-iphone-sdk

crash. Is there anyway I can tweak this code so that it works with large files as well Here is the code I have in the DownloadHelper Classes which is already in the download link .h @protocol DownloadHelperDelegate NSObject @optional void didReceiveData.. files as well Here is the code I have in the DownloadHelper Classes which is already in the download link .h @protocol DownloadHelperDelegate NSObject @optional void didReceiveData NSData theData void didReceiveFilename NSString aName void dataDownloadFailed.. NSString aName void dataDownloadFailed NSString reason void dataDownloadAtPercent NSNumber aPercent @end @interface DownloadHelper NSObject NSURLResponse response NSMutableData data NSString urlString NSURLConnection urlconnection id DownloadHelperDelegate..