Xcode – NSAttributedString in watchOS with SwiftUI?
Goal: Stroke text in watchOS with SwiftUI With a storyboard project, WKInterfaceLabel offers support for NSAttributedString via setAttributedText which offers simple and easy support to stroke text. However, with a new project using SwiftUI, WKInterfaceLabel isn't available outside of the…