How to insert Placeholder in UITextView
Placeholder in UITextView is something that is required to help user understand what the control is for. Placeholder in iOS is the information text used to represent user of View. Placeholder is the instance property of TextField in iOS but as we know…