Code Structure in SwiftUI - Part 1: Separating model and view
Jun 11, 2020, 10:58 AM
Developing apps with an architecture that plays nicely with SwiftUI.
Utilising Swift's type system for better API design
Apr 28, 2020, 9:35 AM
Building a Swift-y wrapper around Core Bluetooth on iOS.
Managing view state using Combine
Mar 30, 2020, 6:22 AM
Let’s take a look at how the Combine framework can help us drive view state from the model even when working with UIKit.
Refactoring imperative code using Combine
Mar 25, 2020, 8:21 AM
A great feature of Apple’s Combine framework is that it can be adopted incrementally. Many of us are working on...