我在我的项目中使用 RestKit,并且想知道将图像从 JSON拉到UITableView
单元格中的最佳方法。
JSON响应:
{
"timestamp": "2013-05-10T03:09:39Z",
"resultsOffset": 0,
"status": "success",
"resultsLimit": 10,
"breakingNews": [],
"resultsCount": 393,
"feed": [{
"headline": "Headline text",
"lastModified": "2013-05-08T14:55:03Z",
"description": "Description text.",
"images": [{
"height": 324,
"alt": "",
"width": 576,
"name": "The Name",
"caption": "Debate it.",
"url": "http://a.website.com/media/motion/2013/0508/dm_130508_debate/dm_130508_debate.jpg"
}],
RestKit 中是否有一个好方法可以做到这一点,或者我应该使用 AFNetworking,还是有其他更好的方法?
我可以发布额外的代码片段,说明我已经如何拉动headline/description/lastModified
. 我Feed
现在为此设置了一个模型。据我所知,获取图像url
略有不同。
需要...
...拥有图像