Swift 5.1: Create the Perfect UserDefaults Wrapper Using Property Wrapper
Learn how to use property wrapper introduced in Swift 5.1 to reduce boilerplate & increase reusability of your UserDefaults wrapper. (more…)
Read more »I present a small file for handling layout, similar to UIStackView or NSStackView but built around efficient Swift syntax and the aim of composing full layouts as a single expression. Read more