100-days-of-swiftui-and-com.../day-038
CypherPoet 1c8a1148d1 Complete Day 38 2019-10-31 14:32:54 -05:00
..
README.md Complete Day 38 2019-10-31 14:32:54 -05:00

README.md

Day 38: Project 7: iExpense (Part Three)

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


📒 Field Notes

This day covers Part Three of Project 7: iExpense in the 100 Days of SwiftUI Challenge. (Project 7 files can be found in the directory for Part One.)

In addition to recapping the material covered during the project's other days, Day 38 focuses on extending the project according to a set of challenges.

🥅 Challenges

Challenge 1

Add an Edit/Done button to the list view so users can delete rows more easily.

Challenge 2

Modify the expense amounts in the list view to contain some styling depending on their value.

I opted for using color-coded icon's based upon the expense category 🙂.

Challenge 3

Add some validation to the "add" view.

📸 Screenshots