There seem to be many, albeit, cumbersome ways to add a placeholder to a UITextView created programmatically.
Are there any ways to add one to a UITextView created in Storyboards?
I have lots of these in storyboards and would rather not have to recreate them all in code.
Thanks for any suggestions.