set backgroundColor for UITextField within UITableViewCell
Posted
by iFloh
on Stack Overflow
See other posts from Stack Overflow
or by iFloh
Published on 2010-04-26T10:11:24Z
Indexed on
2010/04/26
10:13 UTC
Read the original article
Hit count: 249
How can I programatically change the backgroundColor of an UITextField that sits in a UITableViewCell?
Setting the UITextField.backgroundColor doesn't seem to work.
© Stack Overflow or respective owner