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
Just use this..
textOption.borderStyle = UITextBorderStyleNone; [textOption setBackgroundColor:[UIColor clearColor]];