如何用swift代码修改ios里text field 里注释文字的颜色深浅
ringa_lee
ringa_lee 2017-04-17 14:30:21
0
1
668

如何用swift代码修改ios里text field 里注释文字的颜色深浅
现在的自带文字看不清楚

ringa_lee
ringa_lee

ringa_lee

reply all(1)
洪涛

You can try this:

[textField setValue:[UIColor redColor] forKeyPath:@"_placeholderLabel.textColor"];

But obviously this method is not publicly supported, so it may not be effective in future versions of iOS. To be safe, don't use the default placeHolder, write a label yourself and put it there.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!