uitextView mengatur teks placeholder swift 5

textView.text = "Placeholder"
textView.textColor = UIColor.lightGray
Wicked Wolf