textField.placeholder = @"请输入验证码";
[textField setValue:[UIColor blueColor] forKeyPath:@"_placeholderLabel.textColor"];
[textField setValue:[UIFont boldSystemFontOfSize:14] forKeyPath:@"_placeholderLabel.font"];
_telTextField.contentVerticalAlignment = UIControlContentVerticalAlignmentCenter;;
网友评论