myTextField.attributedPlaceholder = NSAttributedString(string: "placeholder text",
attributes: [NSAttributedString.Key.foregroundColor: UIColor.white])
placeholderLabel.textColor (Swift 4)
_placeholderLabel.textColor (Swift 3 or less)