iOS) UITextField placehodler color 변경
내용
- UITextField placehodler color 변경
결과
textField.attributedPlaceholder = NSAttributedString(string: "명함이름", attributes: [NSAttributedString.Key.foregroundColor: UIColor.system6])
다음과 같이 textField 가 어두운 경우 placeholder 의 색을 밝게 변경할 수 있다.