Hello! Could anybody tell me the truth :) I have really great wish to set my own color to UITextField border. But I could find possibility to change the border line style only. Please, i'll wait any answer
A:
I've used background property to set background color in such way:
self.textField.backgroundColor = textFieldColor;
but I have to change color of UITextField border too. And my question was about how to change borders'color.
dasha
2009-12-07 19:52:55
-1 if you have a comment on an answer, add a comment. don't add an answer.
Dave DeLong
2009-12-07 20:33:11
RTFM. You change the border's color by setting the background property. Not the backgroundColor, the background image. It needs to be a stretchable image.
NSResponder
2009-12-08 00:20:59
NSResponder, thanks a lot!
dasha
2009-12-08 09:14:23