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
In Swift this worked for me :
passwordTextField.borderStyle = UITextBorderStyle.none