I'm helping with an iOS class for high school students during the summer. I used to do iOS development professionally a while ago, but that was back in the Objective-C days. I've done some minor stuff in Swift - and it doesn't seem particularly hard - but... (more…)
Read more »
This is the 2nd post in a series on how Swift’s calling conventions work on ARM64. If you have not read my first post on Swift’s calling conventions for Int and Bool types, please read that first. (more…)
Read more »
Attributes improve the efficiency of your codebase, without sacrificing the quality of your code. Jordan Morgan, iOS at Buffer, created a short guide to Swift's attributes. (more…)
Read more »
This week, let’s take a look at a few techniques that can help us make our code easier to read, test and maintain, by reducing the amount of indentation within it. (more…)
Read more »
A Protocol-Oriented Swift library for building REST client requests - tdeleon/Relax... (more…)
Read more »