Follow along at https://www.hackingwithswift.com/100/swiftui/85.
This day covers Part Seven of Project 16
in the 100 Days of SwiftUI Challenge. (Project 16 files can be found in the directory for Part One.)
In addition to recapping the material covered during the project's other days, Day 67 focuses on extending the project according to a set of challenges.
Add an icon to the “Everyone” screen showing whether a prospect was contacted or not.
- 🔗 Commit
Use JSON and the documents directory for saving and loading our user data.
- Core Data FTW 😜
Use an action sheet to customize the way users are sorted in each screen – by name or by most recent.
- 🔗 Commit