Вопрос

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