
In my iPhone application, i am using text field as a search field. The code is working fine but the problem is ..it's showing a background color. Though my text field color is white.
Can you please suggest.. , how can i remove the background color of text field.
Thanks!

iPhone UITextField Background Color
Set the text field background color as clearColor. See the code given below..
textField.backgroundColor = [UIColor clearColor];
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.