我試圖在嘗試上傳和下載文件時做一些進度指示。實現NSURLConnectionDelegate協議的進度指示器
一直在閱讀,看起來像這是我需要使用的方法。
- (void)connection:(NSURLConnection *)connection didSendBodyData:(NSInteger)bytesWritten totalBytesWritten:(NSInteger)totalBytesWritten totalBytesExpectedToWrite:(NSInteger)totalBytesExpectedToWrite
我想了解更多關於該功能的工作原理(即當它被稱爲等),但似乎無法找到的參考文檔。我去了這個URL,但它沒有提到任何關於這個特定功能的東西。
我在哪裏可以閱讀更多關於它?
謝謝
三通
我認爲這個答案可能會對你有幫助:http://stackoverflow.com/questions/7803472/nsurlconnection-methods-no-more-available-in-ios5 – calinb 2012-02-22 21:06:03
Ooos,10分鐘寫答案,你已經聯繫了一個更好的已經回答。 – Sulthan 2012-02-22 21:28:04