DEV Community

Nathan Mattes
Nathan Mattes

Posted on • Originally published at zeitschlag.net on

100 Days of SwiftUI — Day 8

Today was about structs and I enjoyed it. I learned (again), what methods with the mutating keyword do: they mutate the properties of a struct, simple as that.

Truth is: I haven't used structs that often, most of the time, I'm still a fan of classes. But in SwiftUI, the seem to be the thing, so I'm glad, that Paul explained them so well.

I'm looking forward to tomorrow (again).

Top comments (0)