gpt4 book ai didi

ipad - 如何检测 iPad 用户点击键盘隐藏按钮?

转载 作者:技术小花猫 更新时间:2023-10-29 10:08:36 25 4
gpt4 key购买 nike

在我的应用程序中,我有一些围绕键盘隐藏和显示的复杂逻辑。我有兴趣检测用户(拥有 iPad)何时专门点击 iPad 键盘隐藏按钮:

alt text

有兴趣检测键盘何时应该隐藏,只有当用户实际点击此按钮时。有什么建议吗?

谢谢!

最佳答案

我一直在寻找完全相同的解决方案,毕竟我确实在文档中找到了它。你会得到一整套键盘通知:

- UIKeyboardWillShowNotification
- UIKeyboardDidShowNotification
- UIKeyboardWillHideNotification
- UIKeyboardDidHideNotification
- UIKeyboardWillChangeFrameNotification
- UIKeyboardDidChangeFrameNotification

我对“UIKeyboardWillHideNotification”很感兴趣。所以刚刚实现:

[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(KeyboardWillHide:) name:UIKeyboardWillHideNotification object:nil];

瞧瞧!希望这会有所帮助,即使它是迟到一年的答案。

关于ipad - 如何检测 iPad 用户点击键盘隐藏按钮?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4234330/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com