我怎样才能让我的uitextfield看起来像是在崩溃?

时间:2016-07-06 09:17:42

标签: ios swift uitextfield

如何才能让我的uitextfield成为图片中的塌陷?我相信那被称为插图?我怎么能做到这一点?

enter image description here

1 个答案:

答案 0 :(得分:1)

默认情况下,您可以将BorderStyle属性设置为Bezel

myTextField.borderStyle = UITextBorderStyle.Bezel
myTextField.layer.cornerRadius = 5
myTextField.backgroundColor = UIColor.lightGrayColor() //Any Color you want

但是如果你想在图像中显示效果,你需要自定义UITextField