Posts tagged with swiftui
- Aug 27, 2024
SwiftUI Markdown Text
In this article, I will show you how to render markdown inside a Text view
- Jul 31, 2024
SwiftUI Text with Clickable Links
In this article, I will show you how to create a custom SwiftUI component that finds and makes any links clickable inside the given text input.
- Jul 29, 2024
How to use custom fonts in SwiftUI
In this article, I will show you how to build a custom font modifier `CustomFontModifier` in SwiftUI, which can be used for typography in your iOS app.