I have a UITableView with some custom UITableViewCell objects. The custom cell just wraps a textField object.
I have the table getting populated correctly, and all the text fields are showing up. The problem for me is that if I enter text in the text field and scroll it off the screen, when I come back to it the text is gone. Anyone have an idea why the text in the field is missing?
Thanks
I have the table getting populated correctly, and all the text fields are showing up. The problem for me is that if I enter text in the text field and scroll it off the screen, when I come back to it the text is gone. Anyone have an idea why the text in the field is missing?
Thanks