Learning SwiftUI - Day 8 of 100

Today, the lessons covered things I already knew… mostly. One interesting thing I’d never seen before was the idea of property observers— didSet and willSet. Those seem particularly useful, and I’m wondering if previously I’ve done extra work to get around the lack of them. I must have, on at least one project.

10 March 2021 100-days-of-swiftui development


Previous post
Learning SwiftUI - Day 7 of 100 Day 7 was part two of closures, and I truly think I’m benefiting from previous experience in development here. Closures seem a little bit
Next post
Learning SwiftUI - Day 9 of 100 Day 9 was focused on wrapping up structs, and the only new-ish thing I saw was the lazy keyword, allowing properties to be ignored until the first