I placed UITableViewCell
with UITextField
as UITableView's
tableHeaderView in Interace Builder. When I start editing text in UITextField
, UITableViewCell
with UITextField
disappear. They even disappear when compiling this xib in Interface Builder. Any possible solutions?
views:
54answers:
1
A:
First of all, it doesn't have to be inside table view cell. Try to use a regular UIView instead of the table view cell.
When exactly it disappears?
On keypad appearance or after typing the first char?
Michael Kessler
2010-07-20 12:46:27
I want there to be UITableViewCell because of single line separator.It disappears on keyboard appearance.
Paul
2010-07-20 13:02:52