iOS的UI包 coredatalibrary
jopen
12年前
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.