可以利用kvc來設(shè)置placeholder的顏色和字體大小
[textField
setValue:[UIColor
redColor]
forKeyPath:@"_placeholderLabel.textColor"];
[textField
setValue:[UIFont
systemFontOfSize:16]
forKeyPath:@"_placeholderLabel.font"];
可以利用kvc來設(shè)置placeholder的顏色和字體大小
[textField
setValue:[UIColor
redColor]
forKeyPath:@"_placeholderLabel.textColor"];
[textField
setValue:[UIFont
systemFontOfSize:16]
forKeyPath:@"_placeholderLabel.font"];