Learning SwiftUI - Day 5 of 100

We’re getting into things I haven’t seen before, or haven’t had to know previously, and it’s rather fun.

Having two names for a parameter seems genius, as does allowing parameters to not have a name if it’s self-explanatory. inout parameters seem useful as well.

I never had a term for variadic functions either; now I do. Lovely what you can learn from a few quick lessons.

5 March 2021 100-days-of-swiftui development


Previous post
Learning SwiftUI - Day 4 of 100 Loops, loops, and more loops. Again, the basics are the same here. Three stark differences I noticed. There’s no difference in Swift between for and
Next 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