What is the best method to download multiple image in async mode?
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...
精彩评论