Great work!
I've tried to catch the returning value, but the delegate method doesnt get called.
Quote:
I was able to get the return key to work as follows:
Add the UITextFieldDelegate protocol to your controller.
Set the delegate of the UIAlertView's text field to self.
Add the following function:
|
1. UIViewController <UITableViewDataSource, UITableViewDelegate, UITextFieldDelegate>
2. [[myAlert textField] delegate:self]; ???
3. I added the function
I am sure that Im not setting the delegate correctly. In the debugger, I dont see a delegate item for the textField.