Ios swift – SwiftUI: .textSelection(.enabled) not working in List on iOS 18
In iOS 18, textSelection(_:) not working in List. So, I can't copy text. Works on iOS 17 and earlier. Is there any solution? // Not Work: iOS 18 struct ContentView: View { var body: some View { List { Text("Hello…