ipad如何知道键盘已被隐藏
我正在构建一个 ipad 应用程序,
它有一些文本字段,当点击这些文本字段时,它们会移动到键盘上方,
如果点击“计算”按钮,键盘和视图会向下移动,
但如果用户点击 ipad 上的隐藏键盘 [底部]键盘的右上角键]
我的视图仍然移高,
那么,我如何以编程方式知道“隐藏键盘”已被点击?
多谢!
Im building an ipad app,
it haves some text fields that when tapped, move above the keyboard,
if a "calculate" button is tapped, keyboard and view, go down,
but if the user taps on the hide keyboard from the ipad [bottom right corner key of keyboard]
my view remains moved high,
so, how can i know programatically that the "hide keyboard" has been tapped?
thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该使用通知中心来跟踪键盘,
You should use the notification center for tracking the keyboard,