美文网首页
修改textFieldplaceholder字体颜色和大小

修改textFieldplaceholder字体颜色和大小

作者: MrCSA | 来源:发表于2017-09-12 10:45 被阅读0次

    textField.placeholder = @"请输入用户名";

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

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

    相关文章

      网友评论

          本文标题:修改textFieldplaceholder字体颜色和大小

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