Swift Programming Notes
· 1 min read
I decided to switch from Objective-C to Swift not long ago, and recently updated some notes for Swift 5.4 to include some new language features and share them on a gist on my main GitHub account.
-
Understanding Swift Types (More on Types: Swift Documentation)
-
Emoticons and How to work with them (More on Strings: Swift Documentation)
-
Swift Collection Types (More Info: Swift Documentation)
-
Enumerations on Swift (More on Enumerations: Swift Documentation)
-
Using the Range Operator (More on Basic Operators: Swift Documentation)
-
Functions Detailed (More about Functions: Swift Documentation)
-
Classes on Swift (More about Classes, Protocols and Inheritance)