修改UITextfield的Placeholder字体的颜色

//第一种 UIColor *color = [UIColor whiteColor]; _userName.attributedPlaceholder = [[NSAttributedString alloc] initWithString:@"用户名" attributes:@{NSForegroundColorAttributeName: color}]; //第二种
相关文章
相关标签/搜索