How to force a textField to become editable?
- by Tzur Gazit
I have a custom tableViewCell with a UITextLabel inside it.
When the cell is first displayed, the place holder is shown and then disappears when the user types something in.
What I want is to go back to the parent view, and then to the sub view again, and that the field will show the text that the user previously typed.
If I set the text field, simply with setText, the textField is not editable.
Any idea?