For a UITextField, what is the best way to detect if the user is typing and the textfield has a value?
I've tried the following unsuccessfully:
- Value Changed: no response
- Editing Did End: no response
- Touch Up Inside: doesn't trigger until after the user clicks out of the textfield