100-days-of-swiftui-and-com.../day-085
CypherPoet 8d677b48c5 Complete Day 85 2020-01-16 21:37:36 -06:00
..
README.md Complete Day 85 2020-01-16 21:37:36 -06:00

README.md

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