1.placehold
使用KVC机制改变占位符的颜色和大小
- [textField setValue:[UIColor redColor] forKeyPath:@"_placeholderLabel.textColor"];
- [textField setValue:[UIFont boldSystemFontOfSize:16] forKeyPath:@"_placeholderLabel.font"];
时间: 2024-11-04 16:13:10
使用KVC机制改变占位符的颜色和大小