Tag: 100 Days of SwiftUI
-
100 Days of SwiftUI – Day 14
Our last day of Swift fundamentals is about optionals – as I understand it, the ability for a variable to either have a value or not. We learn why we need them and how to use them.
-
100 Days of SwiftUI – Day 13
We continue building on the previous topics by introducing the idea of a protocol. I don’t know why, but I kinda like the concept. It’s not something I’ve heard of before but I can see why it could be useful.
-
100 Days of SwiftUI – Day 12
After learning about structs over the past couple of days, we’re now looking at another kind of data structure that, while similar on the surface, is actually quite different.
-
100 Days of SwiftUI – Day 10 & Day 11
We’re moving into much more interesting territory now as we begin to look at how to create and use custom data types.
-
100 Days of SwiftUI – Day 9
There’s lots of new stuff packed into one day this time around as we learn about functions as parameters, closures and manipulating array items.
-
100 Days of SwiftUI – Day 7 & Day 8
Functions are fundamental to software development, so today we learn about them before moving on to basic error handling.
-
100 Days of SwiftUI – Day 5 & Day 6
We’re kicking it up a notch now as the course starts looking at conditional statements, operators and various types of loop.
-
100 Days of SwiftUI – Day 3 & Day 4
We’re moving on to more complex types now which are used to group similar data together.
-
100 Days of SwiftUI – Day 1 & Day 2
The first couple of days are a gentle introduction to some basic programming concepts. We’re starting off by learning some Swift, rather than SwiftUI.