使用 JSON 数据填充 TTTableViewController
您好,找不到任何关于如何通过数据模型使用远程 JSON 数据填充 TTTableViewController 的简单教程/文档。
我按照本教程使用本地数据创建表视图:http://www.raywenderlich。 com/656/introduction-to-third20
为了使用远程数据填充照片库,我使用了本教程:http://www.raywenderlich.com/1430/how-to -使用-the-third20-photo-viewer,效果很好。但我无法为 tableView 重现它!
如果有人知道关于“如何使用远程 JSON 填充 TTTableViewController”的好教程,请告诉我!
谢谢!
Hi can't find any simple tutorial/doc on how to populate a TTTableViewController with remote JSON data through a data model.
I followed this tutorial to create my Table View with local datas: http://www.raywenderlich.com/656/introduction-to-three20
To populate a photo gallery with remote data, I used this tutorial: http://www.raywenderlich.com/1430/how-to-use-the-three20-photo-viewer and it works great. But I can't reproduce it for the tableView !
If somebody know a good tutorial on "How to populate a TTTableViewController with remote JSON", please let me know !
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Three20 示例中 https://github.com/facebook/ Three20/tree/master/samples /,TTTwitter 示例应用使用
TTURLRequestModel
使用从 Twitter 检索的远程 JSON 数据填充TTTableViewController
。In Three20 Samples https://github.com/facebook/three20/tree/master/samples/, the TTTwitter sample app uses a
TTURLRequestModel
to populate aTTTableViewController
with remote JSON data retrieved from Twitter.