Possible Duplicate:
How to dismiss keyboard for UITextView with return key?
I have a UITextView and have done the following:
text.returnKeyType = UIReturnKeyDone;
so that I can dismiss the keyboard when I press on done, however when i click on Done all it does is to go into the next line. How can I change this behavior? Thanks for the help