gpt4 book ai didi

ios - UIView.endEditing中的 "force"参数有什么作用?

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

在什么情况下self.view.endEditing(true)self.view.endEditing(false)会产生不同的结果?


The docs对于 func endEditing(force: Bool) -> Bool 为参数 force 声明以下内容:

Specify true to force the first responder to resign, regardless of whether it wants to do so.

最佳答案

如评论所述,如果 canResignFirstResponder 返回 false,self.view.endEditing(true) 将导致控件失去焦点,但 self.view. endEditing(false) 不会。

关于ios - UIView.endEditing中的 "force"参数有什么作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35573617/

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