// placeholder 颜色
[field setValue:[UIColor redColor] forKeyPath:@"_placeholderLabel.textColor"];
// placeholder 字体大小 [field setValue:[UIFont boldSystemFontOfSize:20] forKeyPath:@"_placeholderLabel.font"];