2017-05-04 245 views
0

在我的故事板中,我有一個帶有文本框的視圖控制器。 看起來是這樣的:Textfield背景色白色,活動灰色背景色

enter image description here

白色BG-colorif我開始我的應用程序中的文本框BG-顏色是灰色

enter image description here

看起來並不好

爲什麼?我沒有設置bg顏色的Swift代碼。有任何想法嗎?

(白色BG-顏色)

回答

0

據我理解你的問題,你的文本框的背景顏色是上運行不同的。

編碼解決方案:

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

非編碼解決方案:

在故事板選擇文本框,並更改背景顏色所需的顏色。