How to force a textField to become editable?
Posted
by Tzur Gazit
on Stack Overflow
See other posts from Stack Overflow
or by Tzur Gazit
Published on 2010-05-26T19:44:13Z
Indexed on
2010/05/26
19:51 UTC
Read the original article
Hit count: 186
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?
© Stack Overflow or respective owner