100 Days of SwiftUI β€” Day 14

zeitschlag

Nathan Mattes

Posted on June 4, 2020

100 Days of SwiftUI β€” Day 14

I skipped yesterday's part of 100 Days of SwiftUI, as I had a very stressful day at work and afterwards, it was pretty late and there wasn't much energy left.

So, today was my 14th day. It was the second review day of the basics. Again, I didn't learn very much, but I really like how Paul explained the main differences between structs and classes:

  • No automatically generated memberwise initializers, but DIY ones are required instead
  • inheritance
  • reference type instead of value type.

Oh, and then there was this @objcMembers-attributes. I didn't hear of it before, but it might come in handy, when it comes to Objective C-y legacy code. At least, in some cases, sometimes.

One important thing's still missing in the review-part: Closures. I guess, that'll be part of Day 15, then.

πŸ’– πŸ’ͺ πŸ™… 🚩
zeitschlag
Nathan Mattes

Posted on June 4, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related