【问题标题】:Clear button of UITextField does not appear in iOS 9iOS 9 中没有出现 UITextField 的清除按钮
【发布时间】:2015-09-29 11:56:57
【问题描述】:

UITextField 的清除按钮在 iOS 9 中被隐藏了,直到现在它在所有其他 iOS 版本中都可以正常工作。我尝试了以下链接中的所有内容:

(1)。 UITextField Clear Button Does Not Show (2)。 How to change the tint color of the clear button on a UITextField (3)。 UITextField clearButtonMode color

在我们将鼠标悬停在其位置之前,该按钮不会显示。 在情节提要中,我选择了“编辑时出现”选项,甚至尝试了“始终可见”选项,但还是一样。

我不想创建自定义按钮,所以请让我知道 iOS 9 中是否有任何问题或者可以做些什么来解决。

等待肯定的答复。

谢谢!!

【问题讨论】:

    标签: objective-c uitextfield ios9 xcode7


    【解决方案1】:

    检查特定按钮的属性,您声明的文本字段,您是否将属性提到为“弱”。如果您提到过弱,请将其更改为“强”。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-03-27
      • 1970-01-01
      • 1970-01-01
      • 2014-01-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多