TextField

作者: yzbwork | 来源:发表于2016-06-08 10:15 被阅读70次

1. 修改textField的placeholder的字体颜色、大小

[textField setValue:[UIColor whiteColor] forKeyPath:@"_placeholderLabel.textColor"];

[textField setValue:[UIFont boldSystemFontOfSize:18] forKeyPath:@"_placeholderLabel.font"];

相关文章

网友评论

      本文标题:TextField

      本文链接:https://www.haomeiwen.com/subject/qxljdttx.html