uitextview set de texto de marcador de posición Swift 5

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