您无法找到有关如何通过数据模型使用远程JSON数据填充TTTableViewController的任何简单教程/ doc。
我按照本教程创建了包含本地数据的表格视图:http://www.raywenderlich.com/656/introduction-to-three20
要使用远程数据填充照片库,我使用了本教程:http://www.raywenderlich.com/1430/how-to-use-the-three20-photo-viewer并且效果很好。但我无法为tableView重现它!
如果有人知道“如何使用远程JSON填充TTTableViewController”的好教程,请告诉我!
谢谢!
答案 0 :(得分:0)
在Three20 Samples https://github.com/facebook/three20/tree/master/samples/中,TTTwitter示例应用使用TTURLRequestModel
使用从Twitter检索到的远程JSON数据填充TTTableViewController
。