Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikrb/icoredata
xcode7 ios9 swift basic implementation of core data to save data
https://github.com/nikrb/icoredata
Last synced: 17 days ago
JSON representation
xcode7 ios9 swift basic implementation of core data to save data
- Host: GitHub
- URL: https://github.com/nikrb/icoredata
- Owner: nikrb
- Created: 2016-02-13T03:56:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-13T04:25:31.000Z (almost 9 years ago)
- Last Synced: 2023-03-06T20:57:02.006Z (over 1 year ago)
- Language: Swift
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
swift example on ns core data:
http://jamesonquave.com/blog/core-data-in-swift-tutorial-part-1/
It's out of date now but best I found so far.
This repo contains fixes to make it work with xcode 7.2.1 ios 9.2. There are none of the 'fancy' bits, I simply print to console for proof of the pudding.Note
- The warning is because only one of the two defined view controllers (view and a table view) is hooked up per 'step' - just move the intial view arrow in storyboard.
- ViewController implements the first step, creating an entity and accessing it
- TableViewController implements persistence