Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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