have the following:
// watch the fields [[NSNotificationCenter defaultCenter] addObserver:self selector:@selec
On my ipad3 & iOS6.0 notification UITextFieldTextDidChangeNotification work fine. put
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(handleTextChange:) name:UITextFieldTextDidChangeNotification object:textField1];
in your viewDidLoad