美文网首页
修改占位符颜色

修改占位符颜色

作者: 可乐小子 | 来源:发表于2020-12-17 11:14 被阅读0次

    UIColor * placeHolderColor = [UIColor colorWithRed:153/255.0 green:153/255.0 blue:153/255.0 alpha:1.0];
    self.textField.attributedPlaceholder = [[NSAttributedString alloc] initWithString:self.textField.placeholder attributes:@{NSForegroundColorAttributeName: placeHolderColor}];

    相关文章

      网友评论

          本文标题:修改占位符颜色

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