2012-02-20 100 views
0

我有一个这样的XML:Downloand图像与ASIHttpRequest

     <.... 
          <images xmlns:a="http://.../Arrays"> 
           <a:string>http://images...233/Detail.jpg</a:string> 
           <a:string>http://images....233/Detail2.jpg</a:string> 
          </images> 
         .../> 

我想下载中心的所有图像,并把它放在我tableviewCell USIG ASIHttpRequest。我可以怎么做这个? 谢谢

回答

0

首先,你应该解析图像的所有网址。

您可以创建一个costom uiview,每个视图都有一个http请求,当http请求完成时,将图像数据绘制到视图中。