Recent Posts

Rendering Attributed Strings in SwiftUI

7 minute read

We bring a UIKit based view into SwiftUI to display attributed strings and see how to make our view adjust its height to the text contents and react to Swift...

Using Realm with Value Types

7 minute read

We explore how to build a Data Persistence Layer on top of Realm, using struct based models and type-safe queries.