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 complicated, but the syntax isn’t too bad once you wrap your head around it.

I am starting to get the feeling that a lot of this will be easier once I get my hands on some actual code. Or, rather, that when I get my hands on some actual code, I’ll learn where my gaps of knowledge are and fill them.

9 March 2021 100-days-of-swiftui development


Previous post
Learning SwiftUI - Day 6 of 100 Day 6 is focused on closures, the first truly new info I’ve picked up so far. Not syntax changes, and not interesting plays on things I’ve seen
Next 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