Posts tagged with "tutorial"
One of the things that I have taken a liking to in Swift is Enumerations (or enums for short.). From the documentation an “enumeration defines a common type for a...
I have a couple of different applications I am writing as part of my journey of learning swift. One of the applications that I am excited about making is a...
Linting in Swift While I am new to Swift, I have been writing code for a long time (mostly Python) and having a clean codebase is very important to me....