coredatalibrary - iOS的UI包


BSD
iOS
C/C++

软件简介

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.