美文网首页
1.1(oc)UITextField placeholder

1.1(oc)UITextField placeholder

作者: 淡闲星草 | 来源:发表于2017-10-13 17:02 被阅读19次

宏定义色值

#define QYColor(r, g, b) [UIColor colorWithRed:(r)/255.0 green:(g)/255.0 blue:(b)/255.0 alpha:1.0]
 //占位符 字体
[textField setValue:QYColor(224, 224, 224) forKeyPath:@"_placeholderLabel.textColor"];
//  颜色
[textField setValue:[UIFont systemFontOfSize:16] forKeyPath:@"_placeholderLabel.font"];

相关文章

网友评论

      本文标题:1.1(oc)UITextField placeholder

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