UITableViewCell 与所有子视图消失
我在 Interace Builder 中将 UITableViewCell
和 UITextField
放置为 UITableView 的
tableHeaderView。当我开始在 UITextField
中编辑文本时,UITableViewCell
和 UITextField
消失。当在 Interface Builder 中编译这个 xib 时,它们甚至消失了。有什么可能的解决方案吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,它不必位于表视图单元格内。尝试使用常规 UIView 而不是表视图单元格。
它到底什么时候消失?
在键盘外观上还是在键入第一个字符后?
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?