UITableViewCell 与所有子视图消失

发布于 2024-09-10 18:18:08 字数 284 浏览 4 评论 0原文

我在 Interace Builder 中将 UITableViewCellUITextField 放置为 UITableView 的 tableHeaderView。当我开始在 UITextField 中编辑文本时,UITableViewCellUITextField 消失。当在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

世界和平 2024-09-17 18:18:08

首先,它不必位于表视图单元格内。尝试使用常规 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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文