it is just simple
I u r using..........NIb file then u can simply change using properties
or if u r doing programtically
then simply use this
UITextView *textField = [[UITextView alloc] initWithFrame:frame];
textField.returnKeyType = UIReturnKeyDone;
i think now u can do.