Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/objcio/core-data

Sample code for the objc.io Core Data book
https://github.com/objcio/core-data

Last synced: about 1 month ago
JSON representation

Sample code for the objc.io Core Data book

Awesome Lists containing this project

README

        

# Core Data by [objc.io](http://www.objc.io)

This repository contains the sample code of our [Core Data book](https://www.objc.io/books/core-data):

- The *Moody* sample project in three stages:
- [For chapter 1.1 (Hello Core Data)](Sample-Project-Chapter-1.1)
- [For chapter 1.2 (Relationships)](Sample-Project-Chapter-1.2)
- [Full sample project including syncing](Moody)
- [The Migrations sample project](Migrations)
- [A predicates playground](Predicates-Playground.playground)
- [Shared code](SharedCode)