I have a problem disabling editing of a UITextField. I’m trying to use my text field as a combobox but when I use my combobox style, my text is editable. When I set userInteractionEnabled = NO to prevent editing, I can’t see my text field as a combobox. What can I do for this problem?
I have a problem disabling editing of a UITextField . I’m trying to use
Share
You display an action sheet on textfieldediting.