gpt4 book ai didi

swift - 为 TextView 禁用键盘中的返回键

转载 作者:行者123 更新时间:2023-11-28 14:59:44 25 4
gpt4 key购买 nike

当用户在 TextView 中书写时,我需要为特定 Controller 禁用键盘上的 Return 键,但我无法在网络上找到任何有效的解决方案(它们似乎适用于 TextField 但不适用于 TextView )。我怎样才能做到这一点?谢谢。

最佳答案

你可以试试这个:

func textView(_ textView: UITextView, shouldChangeTextIn range: NSRange, replacementText text: String) -> Bool {
return text != "\n"
}

希望对您有所帮助!

关于swift - 为 TextView 禁用键盘中的返回键,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49026063/

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