ダウンロードを追跡するためにASIHTTPRequestを使用していますが、機能していないようです。
「 ASIHTTPRequestを使用してアップロード/ダウンロードの進行状況を追跡する方法」に示すコードを使用していますが、Xcodeでエラーが発生しますmaxValue cannot be found
。
それから私は試しました:
UIProgressView * myProgressIndicator;
ASIHTTPRequest *request = [ASIHTTPRequest requestWithURL:url];
[request setDownloadProgressDelegate:myProgressIndicator];
[request startSynchronous];
NSLog(@"Value: %f", [myProgressIndicator progress];
これも失敗しました。誰かが助けることができますか?