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!