gpt4 book ai didi

iphone - 如何在 UITextField 键盘中启用 "return button"?

转载 作者:太空狗 更新时间:2023-10-30 03:17:23 43 4
gpt4 key购买 nike

当我开始编辑 UITextField 时,我选中了“编辑开始时清除”选项,因此它开始时没有文本。但是,在您至少键入一个字符之前,“返回”按钮会显示为灰色。

我见过其他 iPhone 应用程序的“返回”按钮没有变灰(如果你在没有文本的情况下按下它,它就会返回原来的文本)。这是怎么做到的?

最佳答案

UITextView 和 UITextField 实现了 UITextInputTraits 协议(protocol)。该协议(protocol)指定了一个名为 enablesReturnKeyAutomatically 的属性。这是来自 UITextInputTraits 引用的描述:

The default value for this property is NO. If you set it to YES, the keyboard disables the return key when the text entry area contains no text. As soon as the user enters any text, the return key is automatically enabled.

因此,在加载 TextField 后将属性设置为 NO 应该可以解决问题。

关于iphone - 如何在 UITextField 键盘中启用 "return button"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2890566/

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