Question, I have a UITextView
in one of my views, but when the user hits the Enter key, the keyboard is removed. I really want the Enter key to put in a \n
. This happens in several other places in my app.
Lots of posts to have the return remove the keyboard, but nothing how to keep it.
In the IB, I have the return key type set to Default. Any other settings I need to check into?