Following the 100DaysOfSwiftUI tutorial on Hacking with Swift
100DaysOfSwiftUI
Following the 100DaysOfSwiftUI tutorial by Paul Hudson on Hacking with Swift.
https://www.hackingwithswift.com/100/swiftui/
Day 1 Progress:
- Variables and Constants
- Strings
- Integers
- Doubles/Floats
Day 2 Progress:
- Booleans
- String Interpolation
- Checkpoint 1
Day 3 Progress:
- Arrays
- Dictionaries
- Sets
- Enumerations
Day 4 Progress:
- Type Annotations and Type Inference
- Checkpoint 2