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 11 - Swift Struct - 2 : Access Control and Static Property & Method 25 December 2023·970 words·5 mins Swift Access Control #By default, Swift Structs have no limitations on access to property and method.
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.