I am trying to implement the :
- (BOOL) textFieldShouldReturn:(UITextField *)textField
method. For some reason it is not being called. I have set the text field to first responder in the code. I understand I also need to set the delegate for the text field in interface builder to 'files owner'. How do that? Thank you!