Swift Atomic Properties with Property Wrappers

Swift does not provide first-class language support for atomic properties. Let’s fill in this gap by designing an atomic Swift property wrapper based on the use of serial dispatch queue. Read more

Similar

Model Controllers in Swift

Proper encapsulation of logic is one of the most important things when it comes to building well-architected apps and systems. This week, let's take a look at how we can better incapsulate our model layer's logic by using model controllers. (more…)

Read more »