Support for SwiftUI
chrisvire opened this issue · comments
I asked @mpospese at 360|idev about future support for Swift UI. Here was his response:
SwiftUI is where we will turn our attention next, but we have not yet begun. Since this relies on attributed strings, it will probably need to be iOS 15+ (when
Text
gained attributed string support), but in order for it to adapt to changes in Dynamic Type and Accessibility Bold Text, the attributes need to be updated when trait collections change, and we need to figure out how that will work. We also need to see if anything new in SwiftUI iOS 16 would help this work.Text
would be our first target.
I am interested in following this and seeing if there is somewhere I can contribute.