改变UITextField placeHolder 字体 颜色


[_textSearchField setValue:[UIColor redColor] forKeyPath:@"_placeholderLabel.textColor"];
_textSearchField.font = [UIFont fontWithName:@"0" size:12.0f];
posted @ 2015-09-22 17:56  zanderzhang  阅读(139)  评论(0编辑  收藏  举报