gpt4 book ai didi

swift - 如何关闭自定义键盘中的键盘?

转载 作者:行者123 更新时间:2023-11-28 12:38:55 24 4
gpt4 key购买 nike

我想在我的自定义键盘上分配一个键/按钮来关闭/隐藏键盘。我似乎无法使用任何代码。

我试过:

self.view.resignFirstRespoder()

view.endEditing(true)

但这些思路似乎都不起作用。

有人能给我指出正确的方向吗?

最佳答案

调用 dismissKeyboard() 函数。

Because a custom keyboard does not have access to the current text input object, you cannot send it a resignFirstResponder() message (as you would to dismiss the system keyboard when you are developing an app with text entry). To dismiss the custom keyboard, call dismissKeyboard() instead.

Apple reference .

关于swift - 如何关闭自定义键盘中的键盘?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40030485/

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