textField.placeholder=@"usernameisinhere!";[textFieldsetValue:[UIColorredColor]forKeyPath:@"_placeholderLabel.textColor"];[textFieldsetValue:[UIFontbo...
分类:
其他好文 时间:
2015-03-30 10:56:44
阅读次数:
100
改变textfield 的placeholder的大小方法: [_nameTextField setValue:[UIFont boldSystemFontOfSize:5] forKeyPath:@"_placeholderLabel.font"];
[_nameTextField setValue:[UIColor redColor] forKeyPath:@"_placeholderLab...
分类:
其他好文 时间:
2015-01-20 12:08:39
阅读次数:
194