I have a UITextField
in my Swift iOS app. How do I make it copyable, but not editable?
Here's what I've tried:
- Setting "User Interaction Enabled" to on. The field is copyable, but if one touches it, a keyboard pops up.
- Setting "User Interaction Enabled" to off. No keyboard, but not copyable.
What should I do?