设备旋转时键盘的奇怪行为

发布于 2024-09-07 20:53:34 字数 352 浏览 4 评论 0原文

这是我经常发生的事情。我在表视图单元格中有一个文本字段,当我尝试编辑文本字段时,会出现键盘,当我将设备从横向旋转到纵向时,这就是我得到的。

有什么想法吗? 提前致谢。

IMG_0119

This is something that happens to me really often. I have a textfield in a table view cell, when I try to edit the textfield the keyboard appears, and when I rotate the device from landscape to portrait, this is what I get.

Any ideas?
Thanks in advance.

IMG_0119

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

时光礼记 2024-09-14 20:53:34

感谢您无数的评论和回答 jejejeje 显然这是我的错误。

当您将焦点文本字段放入单元格中并使用 [tableView reloadData] 强制表格重新加载时,会发生此行为;在旋转事件上,例如shouldRotateInterfaceOrientation:或didRotateFromInterfaceOrientation:

希望这对某人有帮助。

Thank you for the uncountable amount of comments and answers jejejeje apparently this was my mistake.

This behavior occurs when you have a focused textField into a cell, and force table to reload using [tableView reloadData]; on a rotation event, like shouldRotateInterfaceOrientation: or didRotateFromInterfaceOrientation:

hope this helps to someone.

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