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 10 - Swift Struct - 1 : Struct, Computed Property and Property Observer 24 December 2023·2030 words·10 mins How to Create a Struct? #The struct in Swift allows us to create a comprehensive, custom data type with its own variables and its own functions.