Category Archives: iPhone

Three20 JSON Example Project

I’ve uploaded an example Three20 project that demonstrates a very simple JSON datasource. You can grab the code here. It’s assumed that Three20 lives at ../three20 relative to the project root and that you’ve got Stig Brautaset’s JSON framework installed in your ~/Library directory as explained on the Google Code wiki. There isn’t much [...]
Posted in iPhone | 21 Comments

Three20 JSON datasource implementation

Three20 is a nice iPhone library, but the documentation is pretty much limited to the TTCatalog example app code…one thing that’s left as an exercise for the reader is the implementation of a datasource that fetches its data over the network and how it interacts with its associated TTTableViewController. One approach to this problem is to [...]
Posted in iPhone | 8 Comments