take JSON and populate my tableViews
I have a Json servlet up and i need to populate tables in uitableviews and eventually(3 levels down) have a detail view of the information. I have the tableviews set up that drill down to a detailview with static data and also data that is being pulled from a plist.(followed a tutorial in IOS 5 book) I have been searching and can't find a simple/very descriptive tutorial or example of how this is done.
Thanks!
|