100-days-of-swiftui-and-com.../day-058
CypherPoet 52aed33402 Complete Day 58 2019-11-22 04:34:46 -06:00
..
README.md Complete Day 58 2019-11-22 04:34:46 -06:00

README.md

Day 58: Project 12: Core Data (Part Two)

Follow along at https://www.hackingwithswift.com/100/swiftui/58.


📒 Field Notes

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.