| License: |
BSD
|
|
Rating: | +1
(3 votes)
|
CoreDataLibrary is an XCode template that helps you quickly create a tableview-based UI for a Core Data iPhone application. Creating a UI consists of the following general steps:
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.
The template will give you a customizable Plain-Style TableView that displays all entities of a given type. Each row of this table, upon selection, will display a customizable Grouped-Style TableView for the object at the row. Upon selecting a row, you will be presented with a view that allows you to make changes to that value.