iOS 改变textfield的 placeholder的 颜色
摘要:
UITextField *textField = [[UITextField alloc]initWithFrame:CGRectMake(0, 0, 200, 200)]; NSString *holderText = @"房贷首付"; NSMutableAttributedString *pla 阅读全文
posted @ 2016-11-29 16:55 举个例子yi聪聪 阅读(90) 评论(0) 推荐(0) 编辑