December 2010
1 post
Simplify your models with SMModelObject
Check out SMModelObject on Github.
For almost every app we’ve made, I find myself writing “model classes” to store structured data and logic. For instance, when you search for a book in the Barnes & Noble app, we fetch book results from an XML-based API and parse the XML into Cocoa objects that get passed around to our Controllers and Views.
Pretty standard stuff....