我正在尝试更改 IUTextField 中的背景颜色,但只有在未设置 UITextBorderStyleRoundedRect 时才会成功。
theTextField.borderStyle=UITextBorderStyleNone;
我试图在 IBuilder 和
theTextField.backgroundColor=[UIColor colorWithRed:m_r green:m_g blue:m_b alpha:1.0];
它发生在 IOS 4.X 上,而不是 IOS 5.X 上。知道会发生什么吗?