码迷,mamicode.com
首页 > 移动开发 > 详细

iOS UITextField设置placeholder颜色

时间:2014-08-05 13:54:59      阅读:216      评论:0      收藏:0      [点我收藏+]

标签:color   os   io   for   c   ios   ui   text   

设置UITextField的placeholder颜色

  UIColor *color = [UIColor blackColor];

    textField.attributedPlaceholder = [[NSAttributedString alloc] initWithString:@"密码" attributes:@{NSForegroundColorAttributeName: color}];

iOS UITextField设置placeholder颜色,布布扣,bubuko.com

iOS UITextField设置placeholder颜色

标签:color   os   io   for   c   ios   ui   text   

原文地址:http://www.cnblogs.com/Ewenblog/p/3891782.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!