美文网首页
修改Textfield 占位颜色字体

修改Textfield 占位颜色字体

作者: 逍遥庄主 | 来源:发表于2019-03-20 16:48 被阅读0次

    KVO 简单方便

    [textField  setValue:[UIColor  redColor]forKeyPath:@"_placeholderLabel.textColor"];
    [textField  setValue:[UIFont  SystemFontOfSize:16]forKeyPath:@"_placeholderLabel.font"];
    
    

    相关文章

      网友评论

          本文标题:修改Textfield 占位颜色字体

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