修改textFieldplaceholder字体颜色和大小

2017-09-12  本文已影响0人  MrCSA

textField.placeholder = @"请输入用户名";

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

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

上一篇下一篇

猜你喜欢

热点阅读