默認情況下,UITextField的淺灰色作爲其邊框顏色。 我想設置我的UITextView具有與UITextField相同的邊框顏色。如何將UITextView的邊框設置爲與UITextField的邊框顏色相同
我想:
myTextView.layer.borderColor = UIColor.lightGrayColor().CGColor
or
myTextView.layer.borderColor = UIColor.lightTextColor().CGColor
or
myTextView.layer.borderColor = myTextField.layer.borderColor
他們仍然有多達有不同的顏色。 你能告訴我如何看到UITextView邊框來匹配UITextField顏色嗎?
謝謝。
[加邊框的UITextView(http://stackoverflow.com/questions/2647164/bordered-uitextview) – 2015-11-19 20:14:01
的可能重複我想設置邊框顏色底線。怎麼做? – 2016-08-01 06:01:45