I am just trying to enter some default text in a UITextView. There are several paragraphs, and I wanted to separate the paragraphs with a new line. However, when I press the enter button, it just completes the data entry.
How can I enter a new line when creating the default text for a UITextView in an interface builder?
source share