Posts tagged with typography
- Nov 7, 2024
How to use the dynamicTypeSize modifier in SwiftUI
In this article, I will show you how to restrict text size increasing using the dynamicTypeSize modifier.
- Oct 9, 2024
How To Toggle Between Dynamic Text Sizes in SwiftUI Previews
In this article, I show you how to toggle between dynamic text sizes in SwiftUI previews
- 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.