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 12 - Swift Classes and Inheritance 29 December 2023·3044 words·15 mins Classes are quite similar to Struct at first glance. With Classes we can create new data types with their own properties and methods.