I have a subclass of UITextView
, when I input some text and click on the enter
button, the cursor will disappear. I want the result is add a new line and the cursor shows on the begin of the new line.
I found there are same questions on this website, but DOES NOT WORK FOR ME. I hope some one can help. Thanks in advance.