Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/objcio/core-data
Sample code for the objc.io Core Data book
https://github.com/objcio/core-data
Last synced: 5 days ago
JSON representation
Sample code for the objc.io Core Data book
- Host: GitHub
- URL: https://github.com/objcio/core-data
- Owner: objcio
- License: mit
- Created: 2015-12-14T10:50:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-01T10:31:21.000Z (over 5 years ago)
- Last Synced: 2024-12-28T06:06:28.514Z (12 days ago)
- Language: Swift
- Homepage: https://www.objc.io/books/core-data
- Size: 2.18 MB
- Stars: 769
- Watchers: 58
- Forks: 198
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)