Tip
使用attributedPlaceholder
NSAttributedString *placeHolder = [[NSAttributedString alloc]initWithString:@"請輸入密碼" attributes:@{NSForegroundColorAttributeName:[UIColor whiteColor]}];
_textField.attributedPlaceholder = placeHolder;
Tip
使用attributedPlaceholder
NSAttributedString *placeHolder = [[NSAttributedString alloc]initWithString:@"請輸入密碼" attributes:@{NSForegroundColorAttributeName:[UIColor whiteColor]}];
_textField.attributedPlaceholder = placeHolder;