I know that it has been asked before but I hadn’t seen any answers that I could use. So I am sorry for asking a repeat Q but it is kind of important. So is there any way to change the background color of a rounded UITextField. I have RGB values that I want to use but I can only change the corners using the background property.
Share
It looks like this answer covers what you need. In short, rounded UITextFields are drawn with a bunch of other UIImageViews behind the scenes, so you need to change the button style to something else and then make the modifications you need.