- Exception Name: NSGenericException
Exception Reason: Access to UITextField's _placeholderLabel ivar is prohibited. This is an application bug
[self.textField setValue:[UIColor colorWithHexString:@"0x9598a2"] forKeyPath:@"_placeholderLabel.textColor"];
[self.textField setValue:font forKeyPath:@"_placeholderLabel.font"];
网友评论