This week, let’s take a look at how we can use Continuous Integration to
establish a smooth and nice workflow for our team working on a Swift
project, and look into how to configure a project using Travis & BuddyBuild
in more detail. (more…)
Read more »
Qt binding for Swift | Showcase example for https://github.com/therecipe/qt - therecipe/swift... (more…)
Read more »
I recently attended the Swift Summit 2016 conference in San Francisco, CA. To be honest, it has been a few years since I decided to attend a conference due to my lackluster experiences at conferences in the past. Sponsors Provide Value, Not Noise Unfortun...
Read more »
Swift’s many protocols can, in general, be split up into four main categories. Let’s go through them, and how keeping them in mind can help us write well-formed protocols that are consistent with those found in the standard library. (more…)
Read more »
Weak self references are common in Swift, especially in network request callbacks. In this article, I'll show you why they are needed and how simplify them. (more…)
Read more »