How to hide UITextField border?

后端 未结 7 1763
星月不相逢
星月不相逢 2020-12-30 21:00

I have a UITextField and I am trying to make the UITextField border invisible so that the background and UITextField would have the same color and there would be a seamless

7条回答
  •  难免孤独
    2020-12-30 21:07

    In Swift this worked for me :

     passwordTextField.borderStyle = UITextBorderStyle.none
    

提交回复
热议问题