修改UItextField输入框placeholder的字体默认颜色和大小,采用KVC方式设置

来源:互联网 发布:csol神器 知乎 编辑:程序博客网 时间:2024/04/29 13:46

修改UItextField输入框placeholder的字体默认颜色和大小,采用KVC方式设置

[_textField setValue:[UIColor getCommonColorWithColorType:ColorWhiteType] forKeyPath:@"_placeholderLabel.textColor"];

    [_textField setValue:[UIFont getCommonFontWithFontType:SmallFontType] forKeyPath:@"_placeholderLabel.font"];

0 0
原创粉丝点击