iphone - UITextView not remove keyboard -
question, I have UITextView
in one of my thoughts, but when user Enter key, the keyboard has been deleted. I want to actually enter \ n to enter \ n
. This happens in many other places in my app.
Many steps are removed from the keyboard for the return, but nothing to keep it.
In IB, I have a return set the key to the default I have to check in any other setting?
neither UITextView
neither UITextField
default This will not remove the keyboard as it is for UITextView
This is because the user really wants to enter a line-break if you want to type the keyboard that you have to type the code.
See:
Comments
Post a Comment