美文网首页
tf默认文字修改

tf默认文字修改

作者: adalillian | 来源:发表于2020-07-28 11:48 被阅读0次

    

    NSAttributedString* tfPhoneAttibutedString = [[NSAttributedStringalloc]initWithString:@"XXXX码"attributes:@{NSForegroundColorAttributeName:kRGB(219,219,219),NSFontAttributeName:REGULAR15FONT}];

    self.sss.attributedPlaceholder= tfPhoneAttibutedString;

相关文章

网友评论

      本文标题:tf默认文字修改

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