Follow along at https://www.hackingwithswift.com/100/swiftui/38.
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.
Add an Edit/Done button to the list view so users can delete rows more easily.
- 🔗 Commit
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 🙂.
- 🔗 Commit
Add some validation to the "add" view.
- 🔗 Commit