Tag: 100daysofswiftui
-
Checkpoint 9
-
Checkpoint 8
-
Checkpoint 7
-
Checkpoint 6
-
struct
Started on Day 10 of 100 days of etc etc today which is about structs. It was immediately clear when I first started looking at Swift and Swift UI that structs were going to be a big deal. I am used to structs being able to contain a collection of other types, but not methods.…
-
Checkpoint 5
-
Checkpoint 4
-
Tuple Pronunciation
Another advantage of the videos, that hadn’t occurred to me when I mentioned it the other day, is learning the correct pronunciation of things you’ve only ever read in books. Apparently, tuple is pronounced two-pull, and not with the tup to rhyme with cup as I’d always imagined. Google has confirmed, so it’s not just…
-
Watch or Read
I’m appreciating, in the 100 Days of Swift UI, that Paul Hudson has provided a video and a text description for each of the topics. Usually, I’ll read the text – a lot of these early topics cover ground well-trodden from my previous experience, so I can skim forwards to find the Swift specific bits…
-
Checkpoint 3