我在网上嘲讽了一段时间,发现了这段代码:
.h
IBOutlet UITextField *TextField;
.m
[TextField setValue:[UIColor lightGrayColor]
forKeyPath:@"_placeholderLabel.textColor"];
它不起作用我正在使用在模拟器中运行的 IOS 6.1。是因为我没有对给定的 UITextField 进行子类化吗?
问候,丹尼尔