SwiftUI MVVM COREDATA NOTE APP
This a simple swiftui app where i used mvvm architecture, coredata swiftui and so on...
#FEATURES
- SWIFTUI
- MVVM
- COREDATA
- NAVIGATIONLINK
- SHEETVIEW
#TO FIX (BUG)
When you edit the note on readingView it's okay,
but after that, when you click back button (from navigation link)
it does not update the list, but the coredata object is already updated,
to see the changes an home screen (contectview list)
you need to restart the app or create a new note!
What I wnat is if someone know how to fix it, how to update the list item after click back button