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 5 - Swift Conditional Statements: If , Else If, Switch Case, Ternary Operator 13 December 2023·1753 words·9 mins In Swift, we may need to check some conditions. We may want to do different operations depending on whether the condition is true or false.