设置UITextField的placeholder颜色
UIColor *color = [UIColor blackColor];
textField.attributedPlaceholder = [[NSAttributedString alloc] initWithString:@"密码" attributes:@{NSForegroundColorAttributeName: color}];
iOS UITextField设置placeholder颜色
时间: 2024-10-11 10:17:35