Text element - SwiftUI
In SwiftUI, you should use Text
view to display text. You can use textSelection
modifier to control whether users can select text within the view.
Text("Appt")
.textSelection(.enabled)
In SwiftUI, you should use Text
view to display text. You can use textSelection
modifier to control whether users can select text within the view.
Text("Appt")
.textSelection(.enabled)