修改字体颜色:
[textField setValue:[UIColor redColor] forKeyPath:@"_placeholderLabel.textColor"];
修改字体大小:
[textField setValue:[UIFont boldSystemFontOfSize:16] forKeyPath:@"_placeholderLabel.font"];
修改字体颜色:
[textField setValue:[UIColor redColor] forKeyPath:@"_placeholderLabel.textColor"];
修改字体大小:
[textField setValue:[UIFont boldSystemFontOfSize:16] forKeyPath:@"_placeholderLabel.font"];