-
-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
Milestone
Description
At the time of this writing, there are various improvements in-progress. There has not been much activity here for awhile.
The goal of the next big release is to use diffable data sources, etc. See FetchedResultsDiffableDataSource in-progress.
In the meantime, ReactiveCollectionsKit has advanced a lot. There are a lot of learnings there to bring in here regarding diffing.
Notes
Random notes and links. Some of these are old and I don't remember the full context. Anyway, I'm putting them all here for when I finally come back to this project.
static var countResultType: NSFetchRequestResultType- Changing The Core Data Test Store Location
- Debugging Core Data
- Preventing unwanted fetches when using NSFetchedResultsController and fetchBatchSize
- How-to use Diffable Data Sources with Core Data
- How to create a Core Data fetch request using @FetchRequest