textFiled的placeHolder字体颜色

Posted 拿起放不下

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了textFiled的placeHolder字体颜色相关的知识,希望对你有一定的参考价值。

[email protected]"修改UITextField的placeholder字体颜色";

 

    UITextField *textTF=[[UITextField alloc]initWithFrame:CGRectMake(20,130,300,30)];

    [email protected]"修改UITextField的placeholder字体颜色";

 

//    // 一种方式

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

 

    // 第二种方式

    textTF.attributedPlaceholder=[[NSAttributedString alloc]initWithString:@"修改UITextField的placeholder字体颜色" attributes:@{NSForegroundColorAttributeName:[UIColor redColor]}];

 

    [self.view addSubview:textTF];

 

以上是关于textFiled的placeHolder字体颜色的主要内容,如果未能解决你的问题,请参考以下文章

设置placeholder的字体颜色

设置 placeholder 字体颜色 : ::

改变input的placeholder字体颜色

改变placeholder的字体颜色大小

修改UITextfield的Placeholder字体的颜色

placeholder的字体样式改变,滚动条的颜色改变,ios日期兼容