Welcome to the third in a series of posts on the Swift runtime. The goal is to go over the functions of the Swift runtime, using what I learned in my Swift on Mac OS 9 project as a reference. This time we’re going to be talking about type metadata, the re... (more…)
Read more »
Every macOS/iOS developer uses tools such as fastlane and SwiftLint to automate tasks as much as possible: in this article we’re going to dive into how we can build our own tools using Swift. (more…)
Read more »
In this article, learn how developers have successfully implemented Swift in the enterprise - and how they've manged the challenges along the way! (more…)
Read more »
The fastest and easiest way to present a UITableView - in 3 lines of code. - GitHub - sivx76/Swift-Table: The fastest and easiest way to present a UITableView - in 3 lines of code. (more…)
Read more »
Noctacam, my camera app, is written in Swift. When you take a photo in iOS, you receive a callback like the following: (more…)
Read more »