Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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.