Answers for "color of text field placeholder ios swift"

0

change placeholder color swift

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

Code answers related to "color of text field placeholder ios swift"

Code answers related to "Swift"

Browse Popular Code Answers by Language