UITextField 设置placeholder的颜色
设置textField placeholder的颜色方法:
//第一种
UIColor *color = [UIColor whiteColor];
_textField.attributedPlaceholder = [[NSAttributedString alloc] initWithString:@"用户名" attributes:@{NSForegroundC
原创
2015-11-25 17:30:16 ·
446 阅读 ·
0 评论