gpt4 book ai didi

ios - 返回键的功能在 iOS swift 中不起作用

转载 作者:行者123 更新时间:2023-11-28 08:35:47 24 4
gpt4 key购买 nike

这是我的代码。功能没有运行。即使我按下回车键盘仍然出现在屏幕上。

  func textFieldShouldReturn(textField: UITextField) -> Bool {

view.endEditing(true)
return true
}

最佳答案

试试下面的代码:

func textFieldShouldReturn(textField: UITextField) -> Bool {
self.view.endEditing(true)
return false
}

关于ios - 返回键的功能在 iOS swift 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37762272/

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