I am developing an iPad app that has a large number of UIViewControllers, UITableViews (with cells with accessoryViews of UIText
UIViewControllers
UITableViews
accessoryViews
UIText
Add a "textFieldDidChange" notification method to the text field control.
[textField addTarget:self action:@selector(textFieldDidChange:) forControlEvents:UIControlEventEditingDidEnd];
works for me