SakuraKit icon indicating copy to clipboard operation
SakuraKit copied to clipboard

UITextField 的占位文字颜色如何自定义切换

Open CXTretar opened this issue 6 years ago • 2 comments

CXTretar avatar May 28 '18 09:05 CXTretar

暂时通过这种方式解决。

UILabel *placeholderLabel = [textField valueForKeyPath:@"_placeholderLabel"];
placeholderLabel.sakura.textColor(@"Global.textColor");

CXTretar avatar May 28 '18 10:05 CXTretar

iOS 13了,这个方法行不通了

obama901 avatar Sep 24 '19 07:09 obama901