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?

有帮助吗?

解决方案

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?

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top