A CoreData Envirement wrapper, use CoreData in convenient way and it's thread safe. It has been used in my works.
-
Updated
Apr 11, 2021 - Objective-C
A CoreData Envirement wrapper, use CoreData in convenient way and it's thread safe. It has been used in my works.
The app implements and benchmarks different Core Data persistence options. It supplements the blog post http://www.vadimbulavin.com/how-to-save-images-and-videos-to-core-data-efficiently/
Generates Swift NSManagedObject subclasses
A tiny library that implements deep copy of NSManagedObject
App to track which books you’ve read and what you thought of them
The 12th project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. A technique project focused on Core Data framework in more detail. Complete project; it includes last example of the project and modified SwiftUI view called FilteredList which contains solutions to all the challenges.
Core Data is a framework that you use to manage the model layer objects in your application. It provides generalized and automated solutions to common tasks associated with object life cycle and object graph management, including persistence
The 38th project of "Hacking with iOS (UIKit Edition)" book from Paul Hudson's "Hacking with Swift" website. A project introducing Core Data through building an app that fetches and stores GitHub commits for Apple's open-source Swift project. Complete project (assigned homework will be done in due time).
Add a description, image, and links to the nsmanagedobject topic page so that developers can more easily learn about it.
To associate your repository with the nsmanagedobject topic, visit your repo's landing page and select "manage topics."