iOS的UI包 coredatalibrary

Core Data Library 是 XCode 的模板,用于帮助你快速创建基于 tableview 的 iPhone 应用,创建一个 UI 应用只需要下面几个步骤:

  1. Create a project using the XCode template
  2. Create a CoreData model and the corresponding objects using XCode
  3. Define the views through a set of Property List (plist) files.
  4. Customize as needed.

iOS的UI包 coredatalibrary iOS的UI包 coredatalibrary iOS的UI包 coredatalibrary iOS的UI包 coredatalibrary
项目地址:http://code.google.com/p/coredatalibrary/

原文地址:https://www.cnblogs.com/zhangsheng/p/2961718.html