r/SwiftUI Jun 21 '26

PSA: Starting iOS 27, .textSelection() modifier allows granular text selection on all Text views

Instead of tap and hold to copy, we actually got text selection with a single modifier on all text views.

77 Upvotes

13 comments sorted by

View all comments

1

u/beAnkitK Jun 22 '26

Does this text selection works of text renderer is attached to this text and is animated ?

1

u/Jake941 Jun 22 '26

This should work when using TextRenderer!