In my iPhone App I am using the control UItextView,
I want to hide the keyBoard on “return” Button itself, I am not using any toolBar,NavigationBar and I don’t want to import any other control like button on that View.
What shold I do to hide keyboard ?
Please Help and Suggest,
Thanks
You can use the
shouldChangeTextInRangedelegate and look for a line break: