Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andyshep/CoreDataPlaygrounds
Exploring Core Data through Swift playgrounds
https://github.com/andyshep/CoreDataPlaygrounds
coredata playground swift
Last synced: 25 days ago
JSON representation
Exploring Core Data through Swift playgrounds
- Host: GitHub
- URL: https://github.com/andyshep/CoreDataPlaygrounds
- Owner: andyshep
- License: mit
- Created: 2014-07-16T06:06:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-09T00:20:39.000Z (over 5 years ago)
- Last Synced: 2024-08-04T00:04:26.352Z (4 months ago)
- Topics: coredata, playground, swift
- Language: Swift
- Homepage:
- Size: 882 KB
- Stars: 151
- Watchers: 10
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- Awesome-Swift-Playgrounds - A Swift Introduction to Core Data - Learn Core Data experimenting directly in this playground. 🌟 (Learning Swift: Advanced Topics)
README
# Core Data Playgrounds
A set of playgrounds for exploring the Core Data framework in bite-sized increments.
| Playground Name | Description |
|---|---|
| Introduction | A no frills, bare-metal introduction to Core Data. |
| UITableView | Tables views on iOS with NSFetchedResultsController |
| NSTableView | Tables views on macOS using NSArrayController |
| Events | A remake of the basic Core Data sample from Apple |## Requirements
* Xcode 9+
* Swift 4
## LicenseThe MIT License (MIT)
![core-data-playground1.png](http://i.imgur.com/67CccNj.png)