开发者

What is the best method to download multiple image in async mode?

开发者 https://www.devze.com 2023-02-01 21:44 出处:网络
What is the best method t开发者_开发技巧o download multiple images in async mode for an iPhone project?Use the ASIHTTPRequest project.Apple provides sample source code, which performs similar function

What is the best method t开发者_开发技巧o download multiple images in async mode for an iPhone project?


Use the ASIHTTPRequest project.


Apple provides sample source code, which performs similar functionality -- Here is the sample code

Don't get confused with the ParseOperation Class. It is just the separate implementation of the XML Parsing functionality.

Additionally -- Apple has updated this code to use Blocks (GCD). Hope that will help you...

0

精彩评论

暂无评论...
验证码 换一张
取 消