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 other object-oriented languages, and reviewing OOP terms and tech is always a good thing. But boy am I ready to start digging in.

12 March 2021 100-days-of-swiftui development


Previous 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
Next post
Learning SwiftUI - Day 11 of 100 Protocols and extensions, more review! Well, technically. Protocols don’t exist in C# by name, but you can do the same sort of thing with