We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
之前可以通过kvc的私有方法获取到占位文字的UIlabel,但是现在不可以了,有什么解决办法吗?
The text was updated successfully, but these errors were encountered:
iOS 13禁止通过KVC设置placeholderLabel属性
//以下代码会崩溃 UIColor * color = [UIColor greenColor]; [textField setValue:color forKeyPath:@"_placeholderLabel.textColor"];
iOS 13系统直接设置 UITextField 的attributedPlaceholder 属性
Sorry, something went wrong.
所以直接改attributedPlaceholder,要怎么和SakuraKit结合起来啊,之前获取Label可以用SakuraKit设置颜色,SakuraKit能设置NSAttributedString的颜色吗
No branches or pull requests
之前可以通过kvc的私有方法获取到占位文字的UIlabel,但是现在不可以了,有什么解决办法吗?
The text was updated successfully, but these errors were encountered: