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
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
[myTextField addTarget:self action:@selector(textFieldDidChange:) forControlEvents:UIControlEventEditingChanged];