Possible Duplicate:
How to create a multiline UITextfield?
UITextField delegate will capture return key: - (BOOL)textFieldShouldReturn:(UITextField *)textField
but it won't do multiline like UITextView can. But UITextView, can it capture return key?
I need to capture key events: (return) and do multiline: "\n"....
What can I do? thx