Text can handle attributed strings as well
AttributedText
Text can handle attributed strings as well! ?
Setup
Add the following to Package.swift
:
.package(url: "https://github.com/stateman92/AttributedText", exact: .init(0, 0, 1))
Usage
AttributedText(attributedString: ...)
For details see the Example app.