Answers for "give color to placeholder swift"

0

set white place holder color in swift

placeholderLabel.textColor (Swift 4)

_placeholderLabel.textColor (Swift 3 or less)
Posted by: Guest on August-23-2020
0

swift uitextfield placeholder color

myTextField.attributedPlaceholder = NSAttributedString(string: "placeholder text",
                             attributes: [NSAttributedString.Key.foregroundColor: UIColor.white])
Posted by: Guest on March-04-2020

Code answers related to "give color to placeholder swift"

Code answers related to "Swift"

Browse Popular Code Answers by Language