我必须为textfield
占位符添加字体样式,颜色。并自定义边框和高度之外的文本字段。我尝试过nsAttributedString
,但没有用。
new_Password.attributedPlaceholder = NSAttributedString(string: " Current Password", attributes: [NSForegroundColorAttributeName : UIColor.white]) // new_Password : our text feild name