美文网首页
UITextField中的placeholder的字体的大小和颜

UITextField中的placeholder的字体的大小和颜

作者: x了个w | 来源:发表于2017-10-12 11:43 被阅读70次

    修改字体颜色:

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

    修改字体大小:

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

    相关文章

      网友评论

          本文标题:UITextField中的placeholder的字体的大小和颜

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