Iphone TableView解析json

时间:2012-07-29 11:35:13

标签: ios uitableview uilabel

任何人都可以帮我这样的事情吗? 我需要从mysql / php解析信息,以便为每个产品创建一个照相馆!

谢谢!

http://codecanyon.net/item/galleries-reloaded/473922?ref=mythodeia&ref=mythodeia&clickthrough_id=72212227&redirect_back=true

1 个答案:

答案 0 :(得分:0)

使用SBJSON API解析服务器的JSON响应,并将该输出设置为text方法中的表格视图单元格的-cellForRowAtIndexPath:属性。