How to hide UITextField border?

后端 未结 7 1736
星月不相逢
星月不相逢 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:20

    Swift 4 and 5 :

    yourTextfield.borderStyle = .none
    
    0 讨论(0)
提交回复
热议问题