100DaysOfSwift-and-SwiftUI/100DaysOfSwiftUI/README.md

804 B

100 Days of Swift


This folder is for the 100 Days of SwiftUI challenge.

NOTE: This is 100 Days of SwiftUI, not 100 Days of Swift which is located here


Days 1-12: Introduction to Swift

  • Day #1 - variables, simple data types, and string interpolation
  • Day #2 - arrays, dictionaries, sets, and enums
  • Day #3 - operators and conditions
  • Day #4 - loops, loops, and more loops
  • Day #5 - functions, parameters, and errors