gpt4 book ai didi

ios - textView resignFirstResponder 没有触发 UIKeyboardWillHideNotification

转载 作者:搜寻专家 更新时间:2023-10-30 20:17:53 25 4
gpt4 key购买 nike

我有一个 UIView,其中包含 UITexView 和一个 Button。我有一个委托(delegate) UITextViewDelegate

当我第一次在 UITextView 上设置光标时,委托(delegate)函数 "textViewShouldEndEditing" 被调用,并且此函数触发 UIKeyboardWillShowNotification 通知。到目前为止一切顺利。

当我点击按钮时,我调用函数[self.textView resignFirstResponder];,然后这个函数调用委托(delegate)"textViewShouldEndEditing",但是通知UIKeyboardWillHideNotification 永远不会被调用。

我有一个通知监听器

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

有什么遗漏吗???

最佳答案

[self.view endEditing:YES];就是诀窍,谢谢大家的帮助

关于ios - textView resignFirstResponder 没有触发 UIKeyboardWillHideNotification,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22629890/

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