UITextField中的placeholder的字体的大小和颜

2017-10-12  本文已影响70人  x了个w

修改字体颜色:

[textField setValue:[UIColor redColor] forKeyPath:@"_placeholderLabel.textColor"];

修改字体大小:

[textField setValue:[UIFont boldSystemFontOfSize:16] forKeyPath:@"_placeholderLabel.font"];

上一篇下一篇

猜你喜欢

热点阅读