Tag: citeitefield

我如何可以自定义borderWidth的所有UITextField外观?

我正在尝试为borderWith定制所有UITextField外观。 尝试这样的事情。 只有前两行有所作为。 其余的线路不工作? [[UITextField appearance] setBackgroundColor:[UIColor greenColor]]; [[UITextField appearance] setTextColor:[UIColor blackColor]]; [UITextField appearance].layer.cornerRadius = 6.0f; [UITextField appearance].layer.borderColor = [UIColor redColor].CGColor; [UITextField appearance].layer.borderWidth = 3.f;