Answers for "swift uiTextView placeholder"

0

swift uitextfield placeholder color

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

uitextview set placeholder text swift 5

textView.text = "Placeholder"
textView.textColor = UIColor.lightGray
Posted by: Guest on April-27-2021

Code answers related to "swift uiTextView placeholder"

Code answers related to "Swift"

Browse Popular Code Answers by Language