How can i get an image form web service?
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.
- You should place image download
section in
cellForRowAtIndexPath
method - You'd better provide a link to image via service if that is possible.
精彩评论