Textfield背景颜色白色,活灰色背景颜色

时间:2017-05-04 11:19:59

标签: ios xcode uitextfield uistoryboard

在我的故事板中,我有一个带有文本字段的视图控制器。 看起来像这样:

enter image description here

white bg-colorif我启动我的应用程序文本字段bg-color为灰色

enter image description here

看起来不太好

为什么呢?我没有设置bg颜色的Swift代码。有什么想法吗?

(白色bg色)

1 个答案:

答案 0 :(得分:0)

据我所知,您的问题是文本字段的背景颜色在运行时不同。

编码解决方案:

textfield.backgroundColor = UIColor.white //This will change textfield background to white.

非编码解决方案:

在故事板中选择您的文本字段并将背景颜色更改为所需的颜色。