Category Archives: iPhone
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
Three20 JSON Example Project