An open API service indexing awesome lists of open source software.

https://github.com/cmsj/samplecoredataswiftuimvvm

An attempt to build a reasonably complex example of mixing SwiftUI with MVVM and Core Data.
https://github.com/cmsj/samplecoredataswiftuimvvm

Last synced: 10 months ago
JSON representation

An attempt to build a reasonably complex example of mixing SwiftUI with MVVM and Core Data.

Awesome Lists containing this project

README

          

# SampleCoreDataSwiftUIMVVM
An attempt to build a reasonably complex example of mixing SwiftUI with MVVM and Core Data.

This is based very heavily on the work of Alex Zarr:
* https://medium.com/swlh/using-core-data-in-your-swiftui-app-with-combine-mvvm-and-protocols-4577f44d240d
* https://github.com/alexzarr/DemoTodoList/tree/tutorial_part_5_core_data

I would also like to thank Joshua Distler for his invaluable advice and tips on how to tie this all together with Combine.