core-data
There are 121 repositories under core-data topic.
JohnEstropia/CoreStore
Unleashing the real power of Core Data with the elegance and safety of Swift
3lvis/Sync
JSON to Core Data and back. Swift Core Data Sync.
carekit-apple/CareKit
CareKit is an open source software framework for creating apps that help people better understand and manage their health.
jessesquires/JSQCoreDataKit
A swifter Core Data stack
vmanot/SwiftDB
A modern database abstraction layer + runtime, batteries included [WIP].
3lvis/DATAStack
100% Swift Simple Boilerplate Free Core Data Stack. NSPersistentContainer
infinitered/cdq
Core Data Query for RubyMotion
Sorix/CloudCore
Framework that enables syncing between iCloud (CloudKit) and Core Data
dmytro-anokhin/core-data-model-description
Declarative way to describe a Core Data model in code.
ezoushen/Crush
Code with Core Data in a Swifty way
clintonwoo/ciao
iOS game for people to learn new languages who respond well to repetition.
V8tr/CoreDataImages-Article
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/
IlijaMihajlovic/Networking-with-REST-API-calls-and-URLSession-Unit-Tests-and-Data-Persistence-in-Core-Data
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.
oreillymedia/flapjack
A Swift data persistence API with support for Core Data.
bartjacobs/Notes
Mastering Core Data With Swift 3
xmollv/CoreData-By-Tutorials
Source code generated while reading the book
cristydobson/Shopping-App-iOS-MVC-CoreData
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.
Imen-ks/Fitness
Fitness App built in Swift / SwiftUI using Core Location, Core Motion, MapKit, Swift Charts, Core Data and Combine
bartjacobs/ExploringTheFetchedResultsControllerDelegateProtocol
Exploring the Fetched Results Controller Delegate Protocol
bartjacobs/CoreDataAndConcurrency
Core Data and Concurrency
logisticinfotech/contacts-sync-coredata
Sync PhoneBook / Contacts with Core Data in iOS Swift
bartjacobs/MigratingADataModelWithCoreData
Migrating a Data Model With Core Data
ragzy15/CoreDataKit
Core Data for a Type Safe Swift
arunlj561/E-Commerce
E-Commerce Sample app with using storage as Core-Data, MVC Architecture with help of NSFetchResultsController.
RCCoop/RCDataKit
Helpers for Core Data
AlexKuzyaev/SwiftTinkoffNewsTestProject
Tinkoff News iOS Swift Test Project with CoreData
ifonso/Watch-It
An iOS App that consumes TMDB Api
bartjacobs/ManagingRecordsWithFetchedResultsControllers
Managing Records With Fetched Results Controllers
gph4ppy/Zodiacally
Your personal birthday manager
lauriecai/Seedling
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.
nikhiljohn10/CoreData-MacOS
A sample SwiftUI MacOS App using Core Data.
sanstorik/json_coredata_mapping
Code generation to spawn json to core data mapping model with CoreData entities based on input JSON.
simonnickel/snap-swift-data
Extends SwiftData to better interoperate with CoreData and Persistent History Tracking.
syky27/TaskManager
iOS Swift MVVM Core Data Combine Framework
rafaelesantos/refds-core-data
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.
rock-n-code/swift-libs
A collection of reusable patterns, protocols, classes, structs, and extensions we have been using in our Swift code from some time now, grouped into libraries based on purpose.