Follow along at https://www.hackingwithswift.com/100/swiftui/58.
This day covers Part Two of Project 12: Core Data
in the 100 Days of SwiftUI Challenge. (Project 12 files can be found in the directory for Part One.)
It focuses on several specific topics:
- Filtering @FetchRequest using NSPredicate
- Dynamically filtering @FetchRequest with SwiftUI
- One-to-many relationships with Core Data, SwiftUI, and @FetchRequest
The bulk of the changes for this day can be found in this commit.