ios修改textField的placeholder的字体颜色、大小
_teleTextField.placeholder = @"手机号";
[_teleTextField setValue:[UIColor whiteColor] forKeyPath:@"_placeholderLabel.textColor"];
[_teleTextField setValue:[UIFont boldSystemFontOfSize:18] forKeyPath:@"_placeholderLabel.font"];