Protocols in Swift and Objective-C are a powerful tool to decouple your code. They allow you to specify a contract between classes that consume them, but defer a concrete implementation to conformers. They allow you to segregate interfaces and invert cont... (more…)
Read more »
Every year, in the lead-up to Apple’s Worldwide Developer Conference, young people showcase their coding skills in the Swift Student Challenge. (more…)
Read more »
Swift 5.4 is now officially released! This release contains a variety of language and tooling improvements. (more…)
Read more »
Get-Schwifty - Get Schwifty is a self-hosted Swift transpiler and was originally build for my WWDC scholarship application. (more…)
Read more »
Swift is about to get its Concurrency features. Their development is going very well, with many proposals actively reviewed and a lot of the work already available in recent snapshots.... (more…)
Read more »