美文网首页
UIBUTTON placeholder 字体大小和颜色

UIBUTTON placeholder 字体大小和颜色

作者: Albert新荣 | 来源:发表于2019-03-22 13:02 被阅读0次

    把一些以前的代码片段记一下

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

    相关文章

      网友评论

          本文标题:UIBUTTON placeholder 字体大小和颜色

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