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 13 - Swift Protocol and Extension 3 January 2024·3478 words·17 mins How to Create and Use Swift Protocol? #Protocol is similar to contracts in Swift. It allows us to define what kind of functions we expect a data type to support, so we can follow those rules in the rest of our code.