create in the .m:
Code:
- (void)textCheck{
//your code
}
in the .h:
Then inside IB, select the textfield, drag a line from:
- Editing Changed
- Editing Did Begin
- Editing Did End
To File's Owner and select textCheck, now the function gets called every time.