SwiftUI_visionOS_Note

TextSelection()

May 7, 2024
1 min read|

This is great for chat apps or any content-based app where users might want to share some text with a friend. Sharing is not only a great feature for your users, but will help drive organic growth as users share with others.

Text("")
	.textSelection(.enabled)
swift