如何知道键盘何时隐藏文本字段?

发布于 2024-11-07 10:42:15 字数 85 浏览 1 评论 0原文

我有一个问题:当我单击文本字段时,我可以移动视图,但我希望当键盘隐藏文本字段时我的视图也移动。我使用的是表格视图,文本字段位于不同的单元格中。请有人帮助我。

I have a problem: I can move my view when I click on a text field, but I want my view to move when the keyboard hides the text field. I'm using a table view and the text fields are in different cells. Please someone help me.

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

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

发布评论

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

评论(2

墟烟 2024-11-14 10:42:15

您能否按照教程添加 UIKeyboardWillHideNotification 这里

Can you please add the UIKeyboardWillHideNotification as per the tutorial here

指尖上的星空 2024-11-14 10:42:15

您是否已注册接收 UIKeyboadWillShowNotification 和 UIKeyboardWillHideNotification 的通知....然后您选择的选择器可以选择是否移动视图等。

have you registered to receive notifications of UIKeyboadWillShowNotification, and UIKeyboardWillHideNotification.... then your chosen selector can chose wether or not to move the view etc.

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