KVC轻松搞定:
[textField setValue:CustomColor(173, 173, 173) forKeyPath:@"_placeholderLabel.textColor"];
[textField setValue:[UIFont systemFontOfSize:16] forKeyPath:@"_placeholderLabel.textFont"];
KVC轻松搞定:
[textField setValue:CustomColor(173, 173, 173) forKeyPath:@"_placeholderLabel.textColor"];
[textField setValue:[UIFont systemFontOfSize:16] forKeyPath:@"_placeholderLabel.textFont"];