I want to change the background color of the textfield to something which is transparent. I have tried
option5btn.backgroundColor = [UIColor grayColor];
But I want some other color. Can anyone tell me which all colors can be used in the iphone textfield's background.
Can anyone help me with this.