美文网首页
iOS修改textField的placeholder的字体颜色、

iOS修改textField的placeholder的字体颜色、

作者: iaiayao | 来源:发表于2018-03-08 19:41 被阅读7次

KVC

textField.placeholder = @"username is in here!";

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

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

相关文章

网友评论

      本文标题:iOS修改textField的placeholder的字体颜色、

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