Hi, is there a way to set background color to multiple textfield?
In my app i have don it like this:
Textfield1.background = UIIColor(redcolor)
Textfield2.background = UIIColor(redcolor)
Textfield3.background = UIIColor(redcolor)It works fine, but is there a simpler way to assign a background color to all those 3 textfields?