UIBUTTON placeholder 字体大小和颜色
2019-03-22 本文已影响0人
Albert新荣
把一些以前的代码片段记一下
[textField setValue:[UIColor redColor] forKeyPath:@"_placeholderLabel.textColor"];
[textField setValue:[UIFont boldSystemFontOfSize:16] forKeyPath:@"_placeholderLabel.font"];