I have a simple app with a UITextView embedded into a UIScrollView.  Interface Builder won't let me add multiple newlines for spacing; when I hit return it sees that as "end of input" rather than appending the newline to the UITextView.
How can I get it to accept newlines for spacing?
 
     
     
     
     
     
    