Model-View-Controller (MVC) in iPhone OS 3 thanks to Core Data

By managing your application’s data model for you, Core Data significantly reduces the amount of code you have to write for your application. The Core Data framework (CoreData.framework) is a technology for managing the data model of a Model-View-Controller application. Core Data is intended for use in applications where the data model is already highly…