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?
None of the UITextFieldDelegate methods get fired when using voice input on the iPhone
Share
I hesitate to suggest this, but seeing as how the usual methods has been tried without success, how about a
NSTimerthat polls the textfield?