Hi all,
I have a UITextView, and I want to be able to know when the user pushes return. I can't find something similar to -(BOOL)textFieldShouldReturn

UITextField *)textField for the text view.
This is not to hide the keyboard. I just want to find out if the user has pushed return to create a new line. Maybe there is another way to do this and someone here could point me in the right direction.
Thanks!