gpt4 book ai didi

ipad - 如何在 iPad 键盘消失时收到通知?

转载 作者:行者123 更新时间:2023-11-28 17:59:54 26 4
gpt4 key购买 nike

在 iPad 上,用户可以按下“keyboard away”按钮让它消失。此按钮不会触发我们习惯于放弃负责的文本输入 View 的第一响应者状态的 didEndOnExit 事件。

即使用户按下键盘离开按钮,我如何连接到它?顺便说一句,这是一个通用的二进制文件。

最佳答案

您可以为您的类(class)订阅 UIKeyboardWillShowNotification 通知,该通知会在键盘关闭之前立即发布。

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

另见

UIKeyboardWillShowNotification
UIKeyboardDidShowNotification
UIKeyboardDidHideNotification

关于ipad - 如何在 iPad 键盘消失时收到通知?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4422332/

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