There are 3 repositories under core-data topic.
Unleashing the real power of Core Data with the elegance and safety of Swift
CareKit is an open source software framework for creating apps that help people better understand and manage their health.
Declarative way to describe a Core Data model in code.
iOS game for people to learn new languages who respond well to repetition.
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/
Networking in Swift with REST API calls and URLSession, that puts the parsed JSON Data from an HTTP based JSON storage endpoint I created into a TableView and persists the data using Core Data with CRUD (create, read, update, and delete). I used also Unit Tests to test URLSession asynchronous network operations and make the project as robust as possible. When the JSON data is parsed into the dynamic TableView cell we can easily delete the cell with a swipe, the TableView will then reload itself with a custom made animation and Core Data will update and save the changes in realtime. There is also an option to send HTTP GET requests to the JSONPlaceholder server. A And last but not least I implemented a settings launcher slide-up menu that slides up from the bottom of the screen when the settings tab bar button is pressed. On the slide-up menu, we have all the functionalities I mentioned above like getting the data from the REST API, filtering the data in the cells using a search bar and sorting them in the right alphabetical order, and also send data to a REST API.
A Swift data persistence API with support for Core Data.
Fitness App built in Swift / SwiftUI using Core Location, Core Motion, MapKit, Swift Charts, Core Data and Combine
Personal project in iOS development using Swift 5, MVC architecture, Core Data, Notification Center, UIKit, XCTest, and the Xcode Storyboard. This native iOS e-commerce application deals with updating a shopping cart.
Exploring the Fetched Results Controller Delegate Protocol
Sync PhoneBook / Contacts with Core Data in iOS Swift
E-Commerce Sample app with using storage as Core-Data, MVC Architecture with help of NSFetchResultsController.
Tinkoff News iOS Swift Test Project with CoreData
Seedling is a simple journaling app to track your plant progress. Write about growth patterns and track important milestones, keep track of plant care requirements from sunlight preferences to soil types, and manage your garden tasks through categorized to-do lists.
Managing Records With Fetched Results Controllers
Your personal birthday manager
Code generation to spawn json to core data mapping model with CoreData entities based on input JSON.
Extends SwiftData to better interoperate with CoreData and Persistent History Tracking.
iOS Swift MVVM Core Data Combine Framework
loume is an iOS app for Fresh Graduates to know themselves better and what they want to do next by helping them reflect through self discovery journal.
RefdsCoreData is a Swift library that simplifies the integration of Core Data into your projects using Swift Package Manager (SPM). With just a few lines of code, you can start using Core Data in your application quickly and efficiently.