ios 设置placeholder颜色

方法一:

使用如下代码

phone_text.attributedPlaceholder=NSAttributedString(string:"手机号",attributes:[NSForegroundColorAttributeName:UIColor.redColor()])


方法二:

加入_placeholderLabel.textColor  

ios 设置placeholder颜色_第1张图片


方法三:

在IOS8上没有成功

your_text_field.setValue(UIColor.blackColor(), forKeyPath:"_placeholderLabel.textColor")

你可能感兴趣的:(ios 设置placeholder颜色)