Greetings,
I am unable to control the background color of a UITextField with a borderStyle= UITextBorderStyleRoundedRect. With this border style the backgroundColor property only seems to control a very narrow line along the inner edge of the rounded rectangle. The rest of the field remains white.
However, if the borderStyle is set to UIBorderStyle=UITextBorderStyleBezel then the entire background of the UITextField is controlled by its backgroundColor property.
Is this a feature?
Is there a way to control the backgroundColor of a UITextField with a borderStyle=UITextBorderStyleRoundedRect?
Thanks,
Stephen