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 time they’re called. We’re getting closer to digging into the actual code, and let me say I’m itching for it. Just reading and parsing quick tests isn’t the best learning method, even though most of this is review or just minor syntax changes.

11 March 2021 100-days-of-swiftui development


Previous post
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
Next post
Learning SwiftUI - Day 10 of 100 We’re still in review territory for me, in 100 Days of Swift UI, but there’s nothing wrong with that. Swift’s classes are incredibly similar to