Question

None of the UITextFieldDelegate methods get fired when using voice input on the iPhone 4S. I also tried using the UIControl event valueChanged, but that doesn't fire. Finally, I attempted KVO on the text property of the text field, and that doesn't fire either. Any other ideas?

Was it helpful?

Solution

I hesitate to suggest this, but seeing as how the usual methods has been tried without success, how about a NSTimer that polls the textfield?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top