Make a SwiftUI Notes App That Saves To Core Data With FetchRequest
Daily Coding Tip 079

Create a new app project, but make sure that the Use Core Data is unticked.
I don’t want the template for a Core Data app, although this code is based on it.
I called my project FetchRequestExample. Once your project is created, create a new Core Data Data Model file. I called mine FetchRequestExample, the same name as…


