修改UITextField的占位文字颜色的三种层次
摘要:
层次一:利用富文本 // 描述占位文字属性 NSMutableDictionary *dict = [NSMutableDictionary dictionary] ; dict[NSForegroundColorAttributeName] = [UIColor whiteColo... 阅读全文
posted @ 2016-01-24 13:56 yangmengfei 阅读(488) 评论(0) 推荐(0) 编辑