Better Markdown Rendering in SwiftUI
Let’s explore MarkdownUI, a library for displaying and styling Markdown content in SwiftUI.
Let’s explore MarkdownUI, a library for displaying and styling Markdown content in SwiftUI.
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...
We explore two different techniques to handle indeterminate types in a JSON response.
A simple way to provide text formatting in your app.
We explore how to build a Data Persistence Layer on top of Realm, using struct based models and type-safe queries.