使用 JSON 数据填充 TTTableViewController

发布于 2024-12-01 09:54:00 字数 544 浏览 1 评论 0原文

您好,找不到任何关于如何通过数据模型使用远程 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

星光不落少年眉 2024-12-08 09:54:00

在 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 a TTTableViewController with remote JSON data retrieved from Twitter.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文