Ios swift – Bold part of an attributed string using a Swift Extension in 2024
I would like to do what would seem like a fairly simple thing that would be trivial in SwiftUI, here on SO, markdown or html: bold a couple words in a string in Swift ideally using an extension for re-use.…