100 Days of SwiftUI
2026-08-04
Project 16, part 4
Now starting on the actual app
Building our tab bar
- 3 views of prospects depending on whether the user has contacted them
- same view with different filters
- 1
MeView

Storing our data with SwiftData
Remember there are multiple places you need to go to set it up, but overall it’s only a few lines of code.
Dynamically filtering our SwiftData query
How to do filtering seems to be different between different projects. Or maybe I’m misremembering, or maybe its intentional?
bark bark