修改UITextField placeholder Color

[YourtextField setValue:[UIColor colorWithRed:97.0/255.0 green:1.0/255.0 blue:17.0/255.0 alpha:1.0] forKeyPath:@"_placeholderLabel.textColor"];
原文地址:https://www.cnblogs.com/joesen/p/3783244.html