Skip to content

Chapter 13 Core Data

GantMan edited this page Jul 20, 2012 · 4 revisions

13.01 - Creating Core Data Models in Xcode

NO CODE

13.02 - Generating Class files for Core Data Entities

Complete

13.03 - Creating and Saving Data using Core Data

Complete

13.04 - Reading Data from Core Data

Complete

13.05 - Deleting Data from Core Data

Complete

13.06 - Sorting Data in Core Data

Complete

13.07 - Boosting Data Access in Table Views

Complete

13.08 - Implementing Relationships with Core Data

NOT EXACTLY LIKE THE BOOK'S EXAMPLE: It's using a snapshot of caramdache's games project, which is an amazing embodiment of all the features of coredata written in rubymotion. Perfect for the spirit of this section and entire chapter.

Complete