pretty trivial question, I know. But I can not find anything online.
I need to disable the user from being able to edit the text inside of a text field. So that when the
If you want to do it while keeping the user interaction on. In my case I am using (or rather misusing) isFocused
isFocused
self.myField.inputView = UIView()
This way it will focus but keyboard won't show up.