Swift
-
Software Development
Type Safety in Swift: Advanced Protocols and Generics
Type safety is one of the cornerstones of Swift programming, ensuring that values are used consistently and appropriately throughout an…
Read More » -
Software Development
Swift for the Java Guy: Part 2 – The basics
In Part 1 of this series we looked at how to get Swift up and running. In this part we…
Read More » -
Software Development
Swift for the Java guy: Part 1 – Getting Started
It’s been a while since I had to look at the Apple development Eco-system. In fact the last time I…
Read More » -
Software Development
Example of using extensions in Swift
Recently I needed a image in my iOS app that was oscillating. I ran into an example of Swift code…
Read More » -
Software Development
Starting developing in Swift: Using GitLab with XCode
As showed in my previous post I have set up a GitLab account so I can host my Git repositories…
Read More » -
Software Development
Starting developing in Swift: setting up version control with GitLab
Now that I have received my grade for the second part of the Coursera iOS with Swift specialisation I decided…
Read More »