移动开发iOS 开开中textfield的一些记录 云博小周宇2024年5月5日2023年9月2日1 Min Read 1.placehold 使用KVC机制改变占位符的颜色和大小 [textField setValue:[UIColor redColor] forKeyPath:@”_placeholderLabel.textColor“]; [textField setValue:[UIFont boldSystemFontOfSize:16] forKeyPath:@”_placeholderLabel.font“];