Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Day 85: Project 16: QRConnections (Part Seven)

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


📒 Field Notes

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.


🥅 Challenges

Challenge 1

Add an icon to the “Everyone” screen showing whether a prospect was contacted or not.

Challenge 2

Use JSON and the documents directory for saving and loading our user data.

  • Core Data FTW 😜

Challenge 3

Use an action sheet to customize the way users are sorted in each screen – by name or by most recent.


📸 Screenshots