Skip to main content
  1. Tags/

swiftui

2023


Day 6 - Swift Loops

·1501 words·8 mins
Computers are very good at performing repetitive operations. In Swift, these repetitive structures are called loops.

Day 2 - Swift Booleans and String Interpolation

·698 words·4 mins
In today’s lesson, we will look at Booleans, a data type that stores the result of logical conditions, and Interpolation, an important feature that we can use in String expressions.