Day 15 - A Quick Overview of Swift Basics 6 January 2024·4533 words·22 mins In this article, we’re going to do a quick review of the basics of Swift that we’ve been looking at for the past 14 days.
Day 4 - What is Swift Type Annotation? Why Do We Need It? When Do We Use It? 12 December 2023·572 words·3 mins Swift can assign the type of the constant (let) or variable (var) we create based on the initial value we give it.
Day 3 - Swift Complex Data Types: Arrays, Dictionaries, Sets, and Enums 11 December 2023·1538 words·8 mins In this section; we will examine complex data types such as Array, Dictionary, Set and Enum.