100-days-of-swiftui-and-com.../day-037
CypherPoet 0721b9c9a1 Complete Day 37 2019-10-31 00:20:32 -05:00
..
README.md Complete Day 37 2019-10-31 00:20:32 -05:00

README.md

Day 37: Project 7: iExpense (Part Two)

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

📒 Field Notes

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

It focuses on several specific topics:

  • Building a list we can delete from
  • Working with Identifiable items in SwiftUI
  • Sharing an observed object with a new view
  • Making changes permanent with UserDefaults
  • Final polish

The commit for the project changes to go along with this day can be found here.

📸 Screenshots