I want to hide the keyboard after typing the content into the UITextView but i can not do this by default like UITextField. Is there any way to hide the keyboard, Rightnow i put the button which can help me out.If any default way to hide it then please tell me.
Share
Use following code for hide the keyboard from text view when user enter “\n”(new line) means press “Done” or “return” button.
Example1 and Example2.