如何删除文本框边框

时间:2018-12-21 18:09:10

标签: swift uitextfield

我想删除UITextField的边框,但要保留圆形以产生这种结果:

enter image description here

我已经在界面生成器中更改了文本字段的背景颜色。

如果我选择“无边框”选项,则文本字段将不再四舍五入。

1 个答案:

答案 0 :(得分:0)

在界面构建器中将其更改为无边框。 然后在viewcontroller中写:

textfield.backgroundColor = UIColor.lightGrey
textfield.layer.cornerRadius = 5