Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justin/jww-core-data
Common Core Data extensions shared in my projects
https://github.com/justin/jww-core-data
Last synced: about 1 month ago
JSON representation
Common Core Data extensions shared in my projects
- Host: GitHub
- URL: https://github.com/justin/jww-core-data
- Owner: justin
- License: mit
- Created: 2021-01-31T17:22:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T23:28:29.000Z (about 2 years ago)
- Last Synced: 2024-10-16T10:34:03.154Z (3 months ago)
- Language: Swift
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# JWW Core Data
Shared pieces of Core Data code I use in different projects.
## Contents
* **JWWPersistentContainer**: A subclass of `NSPersistentContainer` with a set of frequently used overrides and additional methods I use in my projects.
* **ManagedObjectType**: A protocol contract for required functions for `JWWManagedObject` class instances.## License
Copyright 2021 Justin Williams. Licensed under the MIT license.