UITEXTVIEW defina texto de espaço reservado Swift 5

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