gpt4 book ai didi

ipad - 检测 iPad 键盘隐藏按钮

转载 作者:行者123 更新时间:2023-12-04 10:02:15 24 4
gpt4 key购买 nike

嗨,有什么方法可以检测 iPad 键盘隐藏按钮吗?我的意思是当用户按下这个按钮时:

alt text

有事要发生!

最佳答案

我不确定你想完成什么,但也许这可以帮助你:注册 NSNotificationCenter接收 UIKeyboardWillHideNotification 和/或 UIKeyboardDidHideNotification。

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

...

- (void) myKeyboardWillHideHandler:(NSNotification *)notification {
NSLog(@"Keyboard wants to hide. What a coward.");
}

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

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