views:

35

answers:

1

Hello,

How can I make it so that when a text field changes, a function is called on a script?

Thanks,

Christian Stewart

P.S. iPhone Programming

A: 
[myTextField addTarget:self action:@selector(textFieldDidChange:) forControlEvents:UIControlEventEditingChanged];
kovpas
Thx :D Very helpful.
Christian Stewart