Re: UITextField not sending messages to delegate

2009-05-06 Thread Alexander Spohr
April, Am 05.05.2009 um 23:46 schrieb Development: I have a UITextfield that I have set the delegate for. I have a default keyboard and when you hit the send key (I've set the return to send) nothing happens. I have the - (void)textFieldDone: (id)sender method implemented What documentati

UITextField not sending messages to delegate

2009-05-05 Thread Development
I have a UITextfield that I have set the delegate for. I have a default keyboard and when you hit the send key (I've set the return to send) nothing happens. I have the - (void)textFieldDone:(id)sender method implemented but the didendediting notification is never sent and the textFieldDone