gpt4 book ai didi

objective-c - iPad 在不知道哪个文本字段打开它的情况下关闭键盘

转载 作者:太空狗 更新时间:2023-10-30 03:21:19 25 4
gpt4 key购买 nike

有没有办法做一个通用的 resignFirstResponder 来隐藏键盘,而不管文本字段/ View /等等调用它是什么?

原因是我的 View 中有很多文本字段,不想为所有文本字段resignFirstResponder 来隐藏键盘。只想要一个将军

[self resignFirstResponder]

有什么想法吗?

提前致谢

最佳答案

我知道这已经被标记为已回答,但是对于那些像我一样遇到这个问题的人,您可以在包含文本字段的 View 上使用以下方法。

- (BOOL)endEditing:(BOOL)force

This method looks at the current view and its subview hierarchy for the text field that is currently the first responder. If it finds one, it asks that text field to resign as first responder. If the force parameter is set to YES, the text field is never even asked; it is forced to resign. UIView Documentation

[self.view endEditing:YES];

当我们点击 View 时它会隐藏键盘。

关于objective-c - iPad 在不知道哪个文本字段打开它的情况下关闭键盘,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4467130/

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