美文网首页
iOS TextField中placeholder颜色设置

iOS TextField中placeholder颜色设置

作者: LoveBe | 来源:发表于2021-04-14 10:40 被阅读0次
    NSDictionary *attrs = @{NSForegroundColorAttributeName:[UIColor blackColor]};
    textField.attributedPlaceholder = [[NSAttributedString alloc] initWithString:@"文字" attributes:attrs];
    

    相关文章

      网友评论

          本文标题:iOS TextField中placeholder颜色设置

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