Core Data Library 是 XCode 的模板,用于帮助你快速创建基于 tableview 的 iPhone 应用,创建一个 UI 应用只需要下面几个步骤:
Create a project using the XCode template
Create a CoreData model and the corresponding objects using XCode
Define the views through a set of Property List (plist) files.
Customize as needed.
项目主页:http://code.google.com/p/coredatalibrary/
下载地址:http://code.google.com/p/coredatalibrary/downloads/list
来自:开源中国社区

