Swift UI Project 1, Day 2

Posted on Sat 19 June 2021 in swift

Another day of 100 Days of SwiftUI on the books. Today we built the WeSplit UI and wired everything up.

My only significant change to today's work was using a NumberFormatter to display the amount per person instead of using a c-style format string. I see that Apple added new formats to TextField in WWDC this year, but I'm not sure how that applies to output only Text views. I also added a header title to the result section since it's just kinda hanging out there without an explanation.