Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 531 Bytes

Readme.md

File metadata and controls

14 lines (10 loc) · 531 Bytes

CoreDataAndDiffableDataSources with Codable

This work is a reference for all who want to see how diffable, core-data and codable work in conjunction with each other. Below listed examples can be found in this project.

Contents

  1. CRUD in Core Data.
  2. Nested Insert with examples of deliberate crashes, and why it should be omitted.
  3. Batch Delete, Single Delete.
  4. Batch/Single Update.
  5. NSFetchedResultsController and its usage with diffable and core data.

License

MIT