gpt4 book ai didi

iphone - 当我只触摸 UITextField 之外的任何地方时,如何关闭键盘?

转载 作者:行者123 更新时间:2023-12-03 18:25:29 24 4
gpt4 key购买 nike

你好我的应用程序中有两个 UITextFields,当我触摸除 UITextFields 之外的任何地方时,我想关闭键盘我该怎么做?

最佳答案

为此目的使用 tochesBegin 方法

- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {

[yourFirstTextField resignFirstResponder];
[yourSecondTextField resignFirstResponder];
}

您不需要任何其他东西。当您触摸 View 中的任何位置时,两个文本字段都会退出,无需知道哪个文本字段具有焦点。当您触摸文本字段时,文本字段会自行打开键盘。

关于iphone - 当我只触摸 UITextField 之外的任何地方时,如何关闭键盘?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4941332/

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