开发者

How can i get an image form web service?

开发者 https://www.devze.com 2023-01-17 16:54 出处:网络
How to download an image to show it in an UITableView from web services and being able to download it again when I scro开发者_开发知识库ll UITableView?

How to download an image to show it in an UITableView from web services and being able to download it again when I scro开发者_开发知识库ll UITableView?

Any guide would be greatly appreciated.


  1. You should place image download section in cellForRowAtIndexPath method
  2. You'd better provide a link to image via service if that is possible.
0

精彩评论

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