swiftui text concatenation - deprecated?

Asked on 06/12/2025

1 search

There is no specific mention of SwiftUI text concatenation being deprecated in the provided context. However, there are updates related to text handling in SwiftUI, such as enhancements in text selection and rich text editing capabilities. For example, SwiftUI now offers programmatic access to text selection within text editing controls, and there is support for rich text editing using AttributedString. You can learn more about these updates in the session What’s new in SwiftUI.

If you are interested in rich text experiences, you might want to check out the session Code-along: Cook up a rich text experience in SwiftUI with AttributedString, which covers upgrading the Text Editor to support rich text using AttributedString.